Problem helloworld
User claireau
Submission Time 2023-11-08 09:50:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:13: error: missing terminating " character
5 | cout << "\hello\world\"
| ^~~~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:5: error: expected primary-expression before ‘return’
6 | return 0;
| ^~~~~~