Problem helloworld
User gthinh
Submission Time 2026-01-23 18:59:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: expected unqualified-id before ‘<’ token
1 | <bits/stdc++.h>
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout<<"Hello World";
| ^~~~