Problem | greeting |
---|---|
User | Uoelpc |
Submission Time | 2023-11-08 23:10:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:1: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str S;
| ^~~
| std
greeting.cpp:6:8: error: ‘S’ was not declared in this scope
6 | cin >> S;
| ^