hiccup.cpp: In function 'int HicCup(std::__cxx11::string)':
hiccup.cpp:24:10: error: 'st' was not declared in this scope
while(!st[0].empty()) st[0].pop();
^~
hiccup.cpp:28:12: error: 'st' was not declared in this scope
while(!st[level].empty()) st[level].pop();
^~
hiccup.cpp:30:8: error: 'st' was not declared in this scope
if(st[level].size()){
^~
hiccup.cpp:35:5: error: 'st' was not declared in this scope
st[level].push(0);
^~
hiccup.cpp:38:8: error: 'st' was not declared in this scope
if(st[level].size()){
^~
hiccup.cpp:48:6: error: 'st' was not declared in this scope
if(st[0].empty() && ok) res = mid, l = mid+1;
^~