Problem | exam |
---|---|
User | meow5707 |
Submission Time | 2023-02-08 15:47:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:11: error: expected ‘(’ before ‘{’ token
10 | } else if{
| ^
| (
exam.cpp:12:4: error: ‘else’ without a previous ‘if’
12 | } else{}
| ^~~~