molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:27:26: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
27 | while (tot < l && id >= res.size() && resId < res.size()) {
| ~~~^~~~~~~~~~~~~
molecules.cpp:27:49: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
27 | while (tot < l && id >= res.size() && resId < res.size()) {
| ~~~~~~^~~~~~~~~~~~