Problem helloworld
User Zihan1304
Submission Time 2024-11-07 13:04:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:8: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | int s= "hello world"
| ^~~~~~~~~~~~~
| |
| const char*
helloworld.cpp:4:8: error: expected ‘,’ or ‘;’ at end of input