Problem exam
User apples
Submission Time 2026-03-27 14:19:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:5: error: expected ‘(’ before ‘x’
7 | if x=1
| ^
| (
exam.cpp:8:24: error: expected ‘}’ at end of input
8 | cout << "Hello World";
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^