| Problem | helloworld |
|---|---|
| User | godex |
| Submission Time | 2025-01-20 16:35:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:7: error: ‘out’ is not a member of ‘std’; did you mean ‘cout’?
4 | std::out << "Hello World"
| ^~~
| cout