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

Compile Error

littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:17:4: error: ‘else’ without a previous ‘if’
17 | else (wipe()!= "white"){
| ^~~~
littlejohnny6.cpp:17:27: error: expected ‘;’ before ‘{’ token
17 | else (wipe()!= "white"){
| ^
| ;
littlejohnny6.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
littlejohnny6.cpp:8:14: note: to match this ‘{’
8 | void solve (){
| ^