input/code.cpp:5:5: warning: second argument of 'int main(int, int, int, int)' should be 'char **' [-Wmain]
int main(int a, int b, int n, int t){
^~~~
input/code.cpp:5:5: warning: third argument of 'int main(int, int, int, int)' should probably be 'char **' [-Wmain]
input/code.cpp:5:5: warning: 'int main(int, int, int, int)' takes only zero or two arguments [-Wmain]
input/code.cpp: In function 'int main(int, int, int, int)':
input/code.cpp:15:3: error: no match for 'operator-=' (operand types are 'std::_Rb_tree_const_iterator<int>' and 'int')
it-=i;
~~^~~