| Problem | goodprogrammer |
|---|---|
| User | User37 |
| Submission Time | 2026-06-30 23:11:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:9:1: error: ‘str’ was not declared in this scope; did you mean ‘std’?
9 | str x;
| ^~~
| std
goodprogrammer.cpp:11:12: error: ‘x’ was not declared in this scope
11 | while(cin>>x){
| ^
goodprogrammer.cpp:16:6: error: expected ‘;’ before ‘}’ token
16 | i++
| ^
| ;
17 | }
| ~