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

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:9:5: error: redeclaration of ‘int X’
9 | int X = 1;
| ^
fatty.cpp:7:5: note: ‘int X’ previously declared here
7 | int X;
| ^