| Problem | helloworld |
|---|---|
| User | Leeyee |
| Submission Time | 2025-08-04 16:22:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:1: error: ‘import’ does not name a type
1 | import <bits/stdc++.h> //imports libraries
| ^~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << "Hello World";
| ^~~~