Problem helloworld
User YunQingOng
Submission Time 2026-06-22 14:20:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:1: error: ‘::main’ must return ‘int’
3 | string main(){
| ^~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:8: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘const char [12]’ to binary ‘operator<<’
4 | count << "Hello World"
| ~~~~~~^~~~~~~~~~~~~~~~