Problem wrongreverse
User l
Submission Time 2025-06-20 13:46:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:24:15: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
24 | cout << -1; return;
| ^~~~~~