Problem | helloworld |
---|---|
User | eliasxyz |
Submission Time | 2025-05-22 17:33:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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: ‘ios_base’ has not been declared
5 | ios_base::sync_with_studio(false);
| ^~~~~~~~
helloworld.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin.tie(0);
| ^~~
helloworld.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout<<"Hello world";
| ^~~~