Problem | hello |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-16 15:22:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp: In function ‘int main()’:
hello.cpp:4:2: error: ‘sting’ was not declared in this scope
4 | sting username;
| ^~~~~
hello.cpp:5:9: error: ‘username’ was not declared in this scope; did you mean ‘rename’?
5 | cin >> username;
| ^~~~~~~~
| rename