Problem littlejohnny6
User hygyatthis
Submission Time 2026-05-20 15:00:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:5:19: error: condition declares a function
5 | while (string wipe() != "white") {
| ^~~~
littlejohnny6.cpp:8:5: error: ‘finish_pooping’ was not declared in this scope
8 | finish_pooping();
| ^~~~~~~~~~~~~~
littlejohnny6.cpp: In function ‘int main()’:
littlejohnny6.cpp:15:12: error: expected ‘;’ before ‘}’ token
15 | solve()
| ^
| ;
16 |
17 | }
| ~