Problem lost
User TheRaptor
Submission Time 2023-06-05 19:53:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lost.cpp:33:5: error: ambiguating new declaration of ‘int play_game()’
33 | int play_game(){
| ^~~~~~~~~
In file included from lost.cpp:3:
lost.h:2:6: note: old declaration ‘void play_game()’
2 | void play_game();
| ^~~~~~~~~