| Problem | typo |
|---|---|
| User | KL |
| Submission Time | 2024-12-07 16:05:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp:50:2: error: expected unqualified-id before ‘else’
50 | else if(wrong.size() == 2){
| ^~~~
typo.cpp:64:2: error: expected declaration before ‘}’ token
64 | }
| ^
typo.cpp:65:2: error: expected unqualified-id before ‘else’
65 | else if(wrong.size() == 1){
| ^~~~
typo.cpp:69:1: error: expected declaration before ‘}’ token
69 | }
| ^