| Problem | dayum |
|---|---|
| User | Goatedrizzysigmaguy69420 |
| Submission Time | 2025-06-20 13:40:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:9:14: error: expected ‘;’ before ‘if’
9 | n == 16 - 20
| ^
| ;
10 | if (n == 16)
| ~~
dayum.cpp:12:5: error: ‘else’ without a previous ‘if’
12 | else if (n == 17)
| ^~~~