/in/foo.cc: In function 'int Kth(int, int)':
/in/foo.cc:55:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(l>=match[top[u]].size()) return 0;
~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:59:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(-l>=shit[top[u]].size())return 0;
~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:66:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main(){
^