Problem | exam |
---|---|
User | ArianneLim |
Submission Time | 2024-06-18 10:50:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:10: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:8:15: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else if (x=2){
| ^~~~
exam.cpp:11:10: note: to match this ‘{’
11 | if (x=1){
| ^
exam.cpp:14:11: error: ‘a’ was not declared in this scope
14 | cout << a+b;
| ^
exam.cpp:14:13: error: ‘b’ was not declared in this scope
14 | cout << a+b;
| ^