Problem exam
User LindseyChoo
Submission Time 2023-03-28 16:21:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:14: error: ‘a’ was not declared in this scope
5 | long long x;a;b;
| ^
exam.cpp:5:16: error: ‘b’ was not declared in this scope
5 | long long x;a;b;
| ^
exam.cpp:10:26: error: expected ‘;’ before ‘}’ token
10 | cout << "Hello World"
| ^
| ;
11 | }
| ~
exam.cpp:16:11: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~