Problem exam
User ArianneLim
Submission Time 2024-06-18 10:51:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else{
| ^~~~
exam.cpp:8:10: note: to match this ‘{’
8 | if (x=1){
| ^
exam.cpp:11:10: error: ‘a’ was not declared in this scope
11 | cin >> a >> b;
| ^
exam.cpp:11:15: error: ‘b’ was not declared in this scope
11 | cin >> a >> b;
| ^