Problem | exam |
---|---|
User | alyssaayx |
Submission Time | 2023-03-28 16:07:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘x’
8 | if x <= 2 {
| ^
| (
exam.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~