Problem | greeting |
---|---|
User | StormyGood |
Submission Time | 2024-01-25 17:24:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str a;
| ^~~
| std
greeting.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a;
| ^