Problem rushing
User oolimry
Submission Time 2023-12-26 16:21:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rushing.cpp: In function ‘int main()’:
rushing.cpp:58:2: error: expected ‘;’ before ‘for’
58 | for(int i = 0;i < m;i++){
| ^~~
rushing.cpp:58:16: error: ‘i’ was not declared in this scope
58 | for(int i = 0;i < m;i++){
| ^