Problem | exam |
---|---|
User | asruby |
Submission Time | 2023-12-01 15:54:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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){
| ^