Problem | exam |
---|---|
User | Dana |
Submission Time | 2023-11-08 11:03:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
......
5 | int32_t main(){
| ~~~~~~~
exam.cpp: In function ‘int32_t main()’:
exam.cpp:6:6: error: ‘x’ was not declared in this scope
6 | if (x = 1){
| ^
exam.cpp:9:6: error: ‘x’ was not declared in this scope
9 | if (x = 2){
| ^
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;
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^