Problem | typo |
---|---|
User | Tristyy |
Submission Time | 2024-06-19 11:13:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp:23:2: error: expected unqualified-id before ‘if’
23 | if (p % 2 == 0){
| ^~
typo.cpp:26:2: error: expected unqualified-id before ‘if’
26 | if (n != "Yes"){
| ^~
typo.cpp:28:4: error: expected unqualified-id before ‘else’
28 | } else {
| ^~~~
typo.cpp:31:1: error: expected declaration before ‘}’ token
31 | }
| ^