Problem helloworld
User Hunchbacker9000
Submission Time 2024-02-23 11:00:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:28: error: missing terminating " character
4 | std::cout << ""Hello World";
| ^~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:15: error: unable to find string literal operator ‘operator""Hello’ with ‘const char [1]’, ‘long unsigned int’ arguments
4 | std::cout << ""Hello World";
| ^~~~~~~