| Problem | helloworld |
|---|---|
| User | Angie |
| Submission Time | 2025-06-22 18:15:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
1 | #include
| ^
helloworld.cpp:2:1: error: expected unqualified-id before ‘<’ token
2 | <bits/stdc++.h>
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:1: error: ‘cout’ was not declared in this scope
5 | cout << "Hello World" << endl;
| ^~~~
helloworld.cpp:5:26: error: ‘endl’ was not declared in this scope
5 | cout << "Hello World" << endl;
| ^~~~