| Problem | littlejohnny6 |
|---|---|
| User | hygyatthis |
| Submission Time | 2026-05-20 15:02:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:6:19: error: condition declares a function
6 | while (string wipe() != "white") {
| ^~~~
littlejohnny6.cpp: In function ‘int main()’:
littlejohnny6.cpp:16:12: error: expected ‘;’ before ‘}’ token
16 | solve()
| ^
| ;
17 |
18 | }
| ~