molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:10:19: error: 'n' was not declared in this scope
10 | vector<pii> w(n) ;
| ^
molecules.cpp:17:15: error: 'x' was not declared in this scope
17 | for(int i=x-1;i<n;i++){
| ^
molecules.cpp:19:19: error: 'sum' was not declared in this scope
19 | if(L==-1) sum = 0 ;
| ^~~
molecules.cpp:20:14: error: 'sum' was not declared in this scope
20 | else sum= w[L].S ;
| ^~~
molecules.cpp:21:22: error: 'sum' was not declared in this scope
21 | if(r>=w[i].F-sum&&w[i].F-sum>=L){
| ^~~