molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:24:33: error: 'ans' was not declared in this scope; did you mean 'abs'?
24 | ans.push_back(W[i].S);
| ^~~
| abs
molecules.cpp:26:32: error: 'ans' was not declared in this scope; did you mean 'abs'?
26 | return ans;
| ^~~
| abs
molecules.cpp:30:16: error: 'ans' was not declared in this scope; did you mean 'abs'?
30 | return ans;
| ^~~
| abs
molecules.h:1:9: warning: #pragma once in main file
1 | #pragma once
| ^~~~
molecules_c.h:1:9: warning: #pragma once in main file
1 | #pragma once
| ^~~~