Problem | hello |
---|---|
User | WangZhenxuan |
Submission Time | 2025-06-16 15:11:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp: In function βint main()β:
hello.cpp:7:44: error: expected primary-expression before β;β token
7 | cout << "Hello " << username << "!" << ; // Output the welcome message
| ^