Problem helloworld
User kenyber
Submission Time 2025-11-15 12:18:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:35: error: found ‘:’ in nested-name-specifier, expected ‘::’
4 | std::cout << "Hello World" << std:endl;
| ^
| ::