Problem | exam |
---|---|
User | Kartikkk |
Submission Time | 2024-02-18 15:43:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:8: error: ‘A’ was not declared in this scope
12 | int (A >= -1000000000 && A <= 1000000000);
| ^
exam.cpp:13:8: error: ‘B’ was not declared in this scope
13 | int (B >= -1000000000 && B <= 1000000000);
| ^
exam.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
exam.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^