Problem | exam |
---|---|
User | ZiXin |
Submission Time | 2023-11-08 11:03:44 |
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:13:6: error: expected ‘;’ before ‘A’
13 | cin A >> B;
| ^~
| ;