Problem | helloworld |
---|---|
User | ProfSingh |
Submission Time | 2024-11-07 09:34:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:8:9: error: unable to find string literal operator ‘operator""Hello’ with ‘const char [1]’, ‘long unsigned int’ arguments
8 | s = ""Hello World"/n";
| ^~~~~~~