Problem stepgame
User hackin7
Submission Time 2023-03-17 23:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:9:3: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
9 | return;
| ^~~~~~