Problem exam
User qwqful
Submission Time 2024-02-12 23:49:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:31: error: ‘num2’ was not declared in this scope; did you mean ‘num1’?
12 | if(-1000000000 <= num2 && num3 <= 1000000000) {
| ^~~~
| num1
exam.cpp:12:39: error: ‘num3’ was not declared in this scope; did you mean ‘num1’?
12 | if(-1000000000 <= num2 && num3 <= 1000000000) {
| ^~~~
| num1
exam.cpp:13:21: error: redeclaration of ‘int num3’
13 | int num3;
| ^~~~
exam.cpp:12:39: note: ‘<typeprefixerror>num3’ previously declared here
12 | if(-1000000000 <= num2 && num3 <= 1000000000) {
| ^~~~
exam.cpp:14:21: error: redeclaration of ‘int num2’
14 | int num2;