| Problem | littlejohnny6 |
|---|---|
| User | TangKL |
| Submission Time | 2026-05-20 15:58:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘cin’
10 | cin >> N;
| ^~~
littlejohnny6.cpp:15:14: error: expected ‘;’ before ‘}’ token
15 | wipe_call++
| ^
| ;
16 | }
| ~