Problem helloworld
User Magenta
Submission Time 2026-06-22 16:11:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:10: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | int h = "Hello World";
| ^~~~~~~~~~~~~
| |
| const char*