Problem | exam |
---|---|
User | ZiXin |
Submission Time | 2023-11-08 11:03:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:9:24: error: missing terminating " character
9 | cout << ""Hello World"
| ^
exam.cpp: In function ‘int32_t main()’:
exam.cpp:9:11: error: unable to find string literal operator ‘operator""Hello’ with ‘const char [1]’, ‘long unsigned int’ arguments
9 | cout << ""Hello World"
| ^~~~~~~
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:8:16: note: to match this ‘{’
8 | if (x = 1) {
| ^
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:6:1: note: to match this ‘{’
6 | {
| ^