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