Problem | flip |
---|---|
User | asbx |
Submission Time | 2023-12-02 14:45:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flip.cpp: In function ‘int32_t main()’:
flip.cpp:14:16: error: ‘m’ was not declared in this scope
14 | for(int i=0; i<m; i++){
| ^
flip.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | else cout<<-1
| ^
| ;
19 | }
| ~