Problem | greeting |
---|---|
User | JerryCodebreaker |
Submission Time | 2023-08-31 23:53:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:4:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
4 | str a;
| ^~~
| std
greeting.cpp:5:7: error: ‘a’ was not declared in this scope
5 | cin>>a;
| ^