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