Problem helloworld
User SirCTan
Submission Time 2024-12-16 13:40:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:18: error: missing terminating " character
4 | std::cout << "Hello World\";
| ^~~~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:5: error: expected primary-expression before ‘return’
5 | return 0;
| ^~~~~~