Problem helloworld
User 90Dream09
Submission Time 2026-01-21 15:09:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:10: error: missing terminating ' character
2 | std:cout 'hi"
| ^~~~
helloworld.cpp:2:4: error: found ‘:’ in nested-name-specifier, expected ‘::’
2 | std:cout 'hi"
| ^
| ::
helloworld.cpp:2:5: error: ‘cout’ in namespace ‘std’ does not name a type
2 | std:cout 'hi"
| ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 |