Problem exam
User Adam
Submission Time 2024-06-18 10:58:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:36: error: expected ‘;’ before ‘long’
4 | cout << "Hello World" << std::endl
| ^
| ;
5 | long long x, y;
| ~~~~
exam.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b;
| ^
exam.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b;
| ^
exam.cpp:9:1: error: expected ‘}’ at end of input
9 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^