Problem helloworld
User austenj
Submission Time 2026-06-22 15:48:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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