Problem hello
User WangZhenxuan
Submission Time 2025-06-16 15:11:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function β€˜int main()’:
hello.cpp:7:44: error: expected primary-expression before β€˜;’ token
7 | cout << "Hello " << username << "!" << ; // Output the welcome message
| ^