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