Problem exam
User urmom
Submission Time 2023-11-06 10:30:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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