Problem fatty
User austenj
Submission Time 2026-06-24 10:57:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:8:7: error: expected ‘;’ before ‘int’
8 | cin>>X
| ^
| ;
9 | int X = 1;
| ~~~