holiday.cpp: In function 'long long int findMaxAttraction(int32_t, int32_t, int32_t, int32_t*)':
holiday.cpp:17:22: warning: comparison of integer expressions of different signedness: 'std::multiset<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
17 | if (s.size() <= d-(st-l)) {
| ~~~~~~~~~^~~~~~~~~~~
holiday.cpp:27:28: warning: comparison of integer expressions of different signedness: 'std::multiset<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
27 | while(s.size() > k) {
| ~~~~~~~~~^~~
holiday.cpp:8:21: warning: unused variable 'col' [-Wunused-variable]
8 | int co = 0, col = 0;
| ^~~