Problem fatty
User whitetiger
Submission Time 2026-06-24 09:35:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:22:5: error: expected ‘,’ or ‘;’ before ‘for’
22 | for (int i = 0; i < N; i++) {
| ^~~
fatty.cpp:22:21: error: ‘i’ was not declared in this scope
22 | for (int i = 0; i < N; i++) {
| ^