Problem helloworld
User Jasper123
Submission Time 2026-02-15 12:15:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:8: error: invalid operands of types ‘int(const char*, ...)’ and ‘const char [12]’ to binary ‘operator<<’
5 | printf<< "hello world";
| ~~~~~~^~ ~~~~~~~~~~~~~
| | |
| | const char [12]
| int(const char*, ...)