Problem | exam |
---|---|
User | NgMinSong123 |
Submission Time | 2023-02-10 15:27:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else:
| ^~~~
exam.cpp:8:14: note: to match this ‘{’
8 | if (a == 1) {
| ^
exam.cpp:10:6: error: expected primary-expression before ‘:’ token
10 | else:
| ^