molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:26:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long long int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | for(int i=0;i<arr.size();i++)
| ~^~~~~~~~~~~
molecules.cpp:54:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
54 | for(auto x:deq)
| ^~~
molecules.cpp:56:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56 | for(int rr:res)
| ^~~
molecules.cpp:60:20: warning: division by zero [-Wdiv-by-zero]
60 | int x=1/0;
| ~^~
molecules.cpp:60:17: warning: unused variable 'x' [-Wunused-variable]
60 | int x=1/0;
| ^
molecules.cpp:63:20: warning: division by zero [-Wdiv-by-zero]
63 | int x=1/0;
| ~^~
molecules.cpp:63:17: warning: unused variable 'x' [-Wunused-variable]
63 | int x=1/0;
| ^