Problem | eeducation |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-15 09:26:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:17:34: error: expected ‘)’ before ‘{’ token
17 | for (int i=(N-1); i>=0; i=(i - 1){
| ~ ^
| )
eeducation.cpp:25:11: error: expected ‘;’ before ‘)’ token
25 | cout<<n[i]);
| ^
| ;
eeducation.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
eeducation.cpp:15:24: note: to match this ‘{’
15 | for (int i=0; i<M; i++){
| ^
eeducation.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
eeducation.cpp:4:16: note: to match this ‘{’
4 | int32_t main (){
| ^