Problem | helloworld |
---|---|
User | eliasxyz |
Submission Time | 2025-05-22 17:30:24 |
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: ‘cin’ was not declared in this scope
5 | cin.tie(0)
| ^~~