molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:26:13: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
26 | if(l<= sum and sum <= u){
| ~^~~~~~
molecules.cpp:26:28: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
26 | if(l<= sum and sum <= u){
| ~~~~^~~~
molecules.cpp:32:19: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
32 | while(sum > u){
| ~~~~^~~
molecules.cpp:38:13: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
38 | if(l<= sum and sum <= u){
| ~^~~~~~
molecules.cpp:38:28: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
38 | if(l<= sum and sum <= u){
| ~~~~^~~~