Problem helloworld
User XY
Submission Time 2023-07-16 15:00:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:9: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
1 | int a = "Hello World"
| ^~~~~~~~~~~~~
| |
| const char*
helloworld.cpp:2:1: error: expected ‘,’ or ‘;’ before ‘cout’
2 | cout<<a
| ^~~~