Problem fatty
User wey7777777
Submission Time 2026-06-24 10:54:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:16:27: error: expected ‘;’ before ‘)’ token
16 | for(int i = 1; i<= n, i++) {
| ^
| ;
fatty.cpp:21:29: error: expected ‘;’ before ‘)’ token
21 | for (int i = 1; i <= x, i++) {
| ^
| ;