Problem exam
User uuhhhhhIDK
Submission Time 2026-06-22 16:22:26
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"}
| ^
| ;