foo.cc:6:1: error: 'stack' does not name a type; did you mean 'obstack'?
stack<string> stk;
^~~~~
obstack
foo.cc: In function 'void solution(std::__cxx11::string)':
foo.cc:12:3: error: 'stk' was not declared in this scope
stk.push(tmp);
^~~
foo.cc:24:9: error: 'stack' was not declared in this scope
stack[top++] = tmp;
^~~~~
foo.cc:24:9: note: suggested alternative: 'obstack'
stack[top++] = tmp;
^~~~~
obstack
foo.cc:27:11: error: 'stk' was not declared in this scope
while(!stk.empty())
^~~
foo.cc:31:12: error: 'stk' was not declared in this scope
cout << stk.top() << endl;
^~~
foo.cc:34:11: error: 'branck' was not declared in this scope
top = branck
^~~~~~
foo.cc:34:11: note: suggested alternative: 'branch'
top = branck
^~~~~~
branch
foo.cc:9:9: warning: unused variable 'branch' [-Wunused-variable]
int branch = top;
^~~~~~
foo.cc: In function 'int main()':
foo.cc:38:12: error: 'aim' was not declared in this scope
cin >> aim;
^~~
foo.cc:38:12: note: suggested alternative: 'main'
cin >> aim;
^~~
main
[Hydro](https://hydro.ac)提供评测服务