| Problem | greeting |
|---|---|
| User | ArikLegend |
| Submission Time | 2024-11-02 16:48:17 |
| 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 S;
| ^~~
| std
greeting.cpp:6:9: error: ‘S’ was not declared in this scope
6 | cin >> S;
| ^