Problem exam
User Zaydluq
Submission Time 2026-06-22 16:29:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘else’
9 | cout << "Hello World"
| ^
| ;
10 | else if (x==2)
| ~~~~
exam.cpp:12:10: error: ‘A’ was not declared in this scope
12 | cin >> A;
| ^