Problem helloworld
User nivay210
Submission Time 2023-11-08 09:56:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:3: error: expected ‘,’ or ‘;’ before ‘cout’
6 | cout << hw
| ^~~~
helloworld.cpp:6:11: error: expected ‘}’ at end of input
6 | cout << hw
| ^~
helloworld.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^