Problem helloworld
User ZeeYuen
Submission Time 2024-02-16 14:54:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:6:16: error: stray ‘\’ in program
6 | cout<<"/"Hello\"\n";
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:17: error: unable to find string literal operator ‘operator""Hello’ with ‘const char [3]’, ‘long unsigned int’ arguments
6 | cout<<"/"Hello\"\n";
| ^~~~