Problem | exam |
---|---|
User | YongXin |
Submission Time | 2023-06-01 18:24:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:5: error: expected ‘(’ before ‘a’
6 | if a==1 {
| ^
| (
exam.cpp:8:5: error: ‘else’ without a previous ‘if’
8 | } else {
| ^~~~
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^