holiday.cpp: In function 'long long int findMaxAttraction(int, int, int, int*)':
holiday.cpp:22:34: warning: comparison of integer expressions of different signedness: 'std::multiset<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
22 | while(list.size()+start-i>d) {
| ~~~~~~~~~~~~~~~~~~~^~
holiday.cpp:29:39: warning: comparison of integer expressions of different signedness: 'std::multiset<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
29 | if(travel_cost+list.size()>d) {
| ~~~~~~~~~~~~~~~~~~~~~~~^~
holiday.cpp:33:39: warning: comparison of integer expressions of different signedness: 'std::multiset<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
33 | if(travel_cost+list.size()>d) {
| ~~~~~~~~~~~~~~~~~~~~~~~^~
holiday.cpp:38:39: warning: comparison of integer expressions of different signedness: 'std::multiset<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
38 | if(travel_cost+list.size()<d) {
| ~~~~~~~~~~~~~~~~~~~~~~~^~