Problem littlejohnny6
User gl
Submission Time 2026-05-21 16:40:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:10:7: error: ‘wipe’ was not declared in this scope
10 | if (wipe()== "white") finish_pooping();
| ^~~~
littlejohnny6.cpp:10:25: error: ‘finish_pooping’ was not declared in this scope
10 | if (wipe()== "white") finish_pooping();
| ^~~~~~~~~~~~~~
littlejohnny6.cpp:11:10: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
11 | return 0;
| ^