molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:24:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<str>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | for(i=0;i<date.size();++i)
| ~^~~~~~~~~~~~
molecules.cpp:33:13: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
33 | if(l<=total && total<=u)
| ~^~~~~~~
molecules.cpp:33:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
33 | if(l<=total && total<=u)
| ~~~~~^~~
molecules.cpp:35:17: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
35 | if(total>u)
| ~~~~~^~
molecules.cpp:41:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<str>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | for(care=0;i<date.size();++i,++care)
| ~^~~~~~~~~~~~
molecules.cpp:46:13: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
46 | if(l<=total && total<=u)
| ~^~~~~~~
molecules.cpp:46:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
46 | if(l<=total && total<=u)
| ~~~~~^~~