Problem exam
User Adam
Submission Time 2024-06-18 10:59:18
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