Problem | exam |
---|---|
User | briyanii |
Submission Time | 2023-08-04 15:47:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:5:9: error: ‘x’ was not declared in this scope
5 | cin >> x;
| ^
exam.cpp:7:24: error: expected ‘;’ before ‘}’ token
7 | cout << "Hello World"
| ^
| ;
8 | }
| ~
exam.cpp:10:10: error: ‘A’ was not declared in this scope
10 | cin >> A >> B;
| ^
exam.cpp:10:15: error: ‘B’ was not declared in this scope
10 | cin >> A >> B;
| ^