Problem exam
User thechillguy123456
Submission Time 2025-01-20 17:05:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:3:6: error: ‘x’ was not declared in this scope
3 | if (x = 1);{
| ^
exam.cpp:6:2: error: ‘else’ without a previous ‘if’
6 | else
| ^~~~
exam.cpp:7:7: error: ‘x’ was not declared in this scope
7 | if (x = 2);
| ^
exam.cpp:8:25: error: ‘a’ was not declared in this scope
8 | std::cin>> a >> b
| ^
exam.cpp:8:30: error: ‘b’ was not declared in this scope
8 | std::cin>> a >> b
| ^
exam.cpp: At global scope:
exam.cpp:12:1: error: expected unqualified-id before ‘return’
12 | return 0;
| ^~~~~~
exam.cpp:13:1: error: expected declaration before ‘}’ token
13 | }
| ^