Problem goodprogrammer
User User37
Submission Time 2026-06-30 23:12:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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){
| ^