Problem wrongreverse
User akyy1713
Submission Time 2025-06-20 14:58:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:8:6: error: ‘no’ was not declared in this scope
8 | if (no array){
| ^~
wrongreverse.cpp:8:8: error: expected ‘)’ before ‘array’
8 | if (no array){
| ~ ^~~~~~
| )
wrongreverse.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
wrongreverse.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^