Problem helloworld
User Ninjatobs
Submission Time 2026-06-23 09:43:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: expected primary-expression before ‘<<’ token
4 | << cout << hello world;
| ^~
helloworld.cpp:4:13: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
4 | << cout << hello world;
| ^~~~~
| ftello