Problem exam
User hyishigh
Submission Time 2024-12-04 10:57:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:6:11: error: missing terminating ' character
6 | cout << 'Hello World"
| ^~~~~~~~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:7:2: error: expected primary-expression before ‘else’
7 | else {
| ^~~~
exam.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:5:13: note: to match this ‘{’
5 | if(x == 1) {
| ^
exam.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^