Problem moka
User usernamehere
Submission Time 2025-02-01 11:11:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

moka.cpp: In function ‘int main()’:
moka.cpp:26:9: error: redeclaration of ‘int m’
26 | int m=0;
| ^
moka.cpp:17:9: note: ‘int m’ previously declared here
17 | int n, m;
| ^