Problem | exam |
---|---|
User | blob |
Submission Time | 2023-11-08 11:14:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:4:6: error: expected unqualified-id before ‘-’ token
4 | int -1000000000 >= a <= 1000000000;
| ^
exam.cpp:5:6: error: expected unqualified-id before ‘-’ token
5 | int -1000000000 >= b <= 1000000000;
| ^
exam.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
exam.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^