Problem hello
User Marcos
Submission Time 2025-06-18 15:44:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function β€˜int main()’:
hello.cpp:9:6: error: expected β€˜;’ before string constant
9 | cout "Hello" << " " << name << "!";
| ^~~~~~~~
| ;