Problem littlejohnny6
User gl
Submission Time 2026-05-21 16:40:45
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"){
| ^~~~
littlejohnny6.cpp:11:4: error: ‘finish_pooping’ was not declared in this scope
11 | finish_pooping();
| ^~~~~~~~~~~~~~
littlejohnny6.cpp:12:11: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
12 | return 0;
| ^