Problem hello
User Shauryaw
Submission Time 2025-06-16 14:33:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:7:32: error: expected ‘;’ before ‘return’
7 | cout << "Hello" << name << "!"
| ^
| ;
8 | return 0;
| ~~~~~~