Problem exam
User aliceting2021
Submission Time 2026-02-14 10:22:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | cout << "Hello World";
| ^
| )
exam.cpp:7:10: note: to match this ‘(’
7 | if (x=1)(
| ^
exam.cpp:9:2: error: expected primary-expression before ‘)’ token
9 | )
| ^
exam.cpp:12:10: error: ‘a’ was not declared in this scope
12 | cin >> a >> b;
| ^
exam.cpp:12:15: error: ‘b’ was not declared in this scope
12 | cin >> a >> b;
| ^
exam.cpp:14:2: error: expected primary-expression before ‘)’ token
14 | )
| ^