Problem helloworld
User Zihan1304
Submission Time 2024-11-07 13:10:24
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 s = "hello World";
| ^~~~~~~~~~~~~
| |
| const char*
helloworld.cpp:2:1: error: ‘cout’ does not name a type
2 | cout < < s;
| ^~~~