Problem helloworld
User Ninjatobs
Submission Time 2026-06-22 16:18:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:6:4: error: expected primary-expression before β€˜<<’ token
6 | <<cout hello world;
| ^~