Problem helloworld
User austenj
Submission Time 2026-06-22 15:48:29
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*
helloworld.cpp:7:8: error: expected ‘}’ at end of input
7 | cout<<a;
| ^
helloworld.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^