Problem | hello |
---|---|
User | Twister |
Submission Time | 2025-06-16 15:50:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp: In function ‘int main()’:
hello.cpp:7:9: error: ‘username’ was not declared in this scope; did you mean ‘usernmae’?
7 | cin >> username;
| ^~~~~~~~
| usernmae
hello.cpp:8:40: error: ‘end1’ was not declared in this scope
8 | cout << "Hello" << username << "!" << end1;
| ^~~~