Problem helloworld
User godex
Submission Time 2025-01-20 16:35:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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