Problem exam
User uuhhhhhIDK
Submission Time 2026-06-22 16:21:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:9: error: ‘x’ was not declared in this scope
5 | cin >> x;
| ^
exam.cpp:7:24: error: expected ‘;’ before ‘}’ token
7 | {cout << "Hello World"}
| ^
| ;
exam.cpp:9:15: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
9 | {cin >> x >> y;
| ^
| yn