Problem helloworld
User eliasxyz
Submission Time 2025-05-22 17:30:05
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:5:2: error: ‘cout’ was not declared in this scope
5 | cout<<"Hello world";
| ^~~~