odasiljaci.cpp: In function 'int main()':
odasiljaci.cpp:22:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<double, std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
22 | for (int i = 0; i < v.size(); i++) {
| ~~^~~~~~~~~~
odasiljaci.cpp:26:22: warning: comparison of integer expressions of different signedness: 'std::set<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
26 | if (s.size() == N) {
| ~~~~~~~~~^~~~