Problem littlejohnny6
User shash
Submission Time 2026-05-25 16:10:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:5:18: error: ‘wipe’ was not declared in this scope; did you mean ‘wiped’?
5 | string wiped = wipe()
| ^~~~
| wiped
littlejohnny6.cpp:10:1: error: expected ‘,’ or ‘;’ before ‘}’ token
10 | }
| ^
littlejohnny6.cpp: In function ‘int main()’:
littlejohnny6.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | solve()
| ^
| ;
16 | }
| ~