Problem | simp |
---|---|
User | aaaaaaaa |
Submission Time | 2023-11-08 15:04:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:19:3: error: break statement not within loop or switch
19 | break
| ^~~~~
simp.cpp:19:8: error: expected ‘;’ before ‘}’ token
19 | break
| ^
| ;
20 | }else{
| ~