| Problem | greeting |
|---|---|
| User | estkn |
| Submission Time | 2026-03-12 00:17:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:7:5: error: ‘str’ was not declared in this scope; did you mean ‘std’?
7 | str s;
| ^~~
| std
greeting.cpp:8:12: error: ‘s’ was not declared in this scope
8 | cin >> s;
| ^