Problem | exam |
---|---|
User | Denzio321 |
Submission Time | 2023-01-31 18:25:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:9: error: expected ‘(’ before ‘{’ token
6 | switch {x}
| ^
| (
exam.cpp:8:3: error: case label ‘1’ not within a switch statement
8 | case 1:
| ^~~~
exam.cpp:10:3: error: case label ‘2’ not within a switch statement
10 | case 2:
| ^~~~
exam.cpp:11:11: error: ‘a’ was not declared in this scope
11 | cin >> a;
| ^
exam.cpp:12:11: error: ‘b’ was not declared in this scope
12 | cin >> b;
| ^