Problem i_am_steve
User pseudocoder101
Submission Time 2025-08-20 18:05:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

i_am_steve.cpp:4:9: error: ‘string’ does not name a type; did you mean ‘stdin’?
4 | typedef string binary_tree;
| ^~~~~~
| stdin
i_am_steve.cpp: In function ‘dq main()’:
i_am_steve.cpp:8:2: error: ‘binary_tree’ was not declared in this scope
8 | binary_tree c;
| ^~~~~~~~~~~
i_am_steve.cpp:12:7: error: ‘c’ was not declared in this scope
12 | cin>>c>>b;
| ^