| Problem | exam |
|---|---|
| User | thefish5768 |
| Submission Time | 2026-02-19 20:57:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:18:8: error: expected ‘;’ before ‘if’
18 | cin>>x
| ^
| ;
19 | if x==1 {
| ~~
exam.cpp:22:2: error: ‘else’ without a previous ‘if’
22 | else if {
| ^~~~
exam.cpp:22:10: error: expected ‘(’ before ‘{’ token
22 | else if {
| ^
| (