Problem hello
User Avinash
Submission Time 2025-06-16 14:43:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:7:18: error: expected ‘;’ before ‘username’
7 | cout << "Enter " username "!";
| ^~~~~~~~~
| ;