Problem | goodprogrammer |
---|---|
User | Noob3535 |
Submission Time | 2024-08-22 19:12:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:6:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
6 | str s;
| ^~~
| std
goodprogrammer.cpp:7:9: error: ‘s’ was not declared in this scope
7 | cin >> s;
| ^