shoes.cpp: In function 'int funk(std::vector<int>, std::vector<std::pair<int, int> >)':
shoes.cpp:17:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | for(int i=0;i<arr.size();i++){
| ~^~~~~~~~~~~
shoes.cpp:19:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
19 | for(int j=0;j<vt.size();j++){
| ~^~~~~~~~~~
shoes.cpp:25:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(int j=0;j<vt.size();j++){
| ~^~~~~~~~~~
shoes.cpp:31:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int j=0;j<vt.size();j++){
| ~^~~~~~~~~~
shoes.cpp:36:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
36 | for(int j=0;j<vt.size();j++){
| ~^~~~~~~~~~