Problem exam
User Adam
Submission Time 2024-06-18 10:59:03
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: ‘x’ was not declared in this scope
6 | cin >> x >> y;
| ^
exam.cpp:6:14: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> x >> y;
| ^
| yn
exam.cpp:9:1: error: expected ‘}’ at end of input
9 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^