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