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

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:9:20: error: ‘M’ was not declared in this scope
9 | for(int j = 0; j < M; j++){
| ^
fatty.cpp:10:9: error: ‘C’ was not declared in this scope
10 | cin >> C[i][j];
| ^
fatty.cpp: At global scope:
fatty.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^