Problem hello
User Marcus0Leong
Submission Time 2025-06-16 14:46:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp: In function ‘int main()’:
hello.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘string’
6 | string username;
| ^~~~~~
hello.cpp:7:9: error: ‘username’ was not declared in this scope
7 | cin >> username;
| ^~~~~~~~