Problem exam
User asruby
Submission Time 2023-12-01 15:54:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:9:28: error: missing terminating ' character
9 | cout << "Hello World" << '\n";
| ^~~~~
exam.cpp: In function β€˜int main()’:
exam.cpp:10:2: error: expected primary-expression before β€˜}’ token
10 | }else if (x == 2){
| ^