holiday.cpp: In function 'long long int findMaxAttraction(int, int, int, int*)':
holiday.cpp:12:27: warning: comparison of integer expressions of different signedness: 'std::multiset<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
12 | while(j + ss.size() > k){
| ~~~~~~~~~~~~~~^~~
holiday.cpp:20:1: warning: control reaches end of non-void function [-Wreturn-type]
20 | }
| ^
holiday.cpp:11:12: warning: 'curr' may be used uninitialized in this function [-Wmaybe-uninitialized]
11 | curr += a[j];
| ~~~~~^~~~~~~