molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:22:9: error: expected ',' or ';' before 'vector'
22 | vector<int> ans;
| ^~~~~~
molecules.cpp:35:21: error: 'ans' was not declared in this scope; did you mean 'abs'?
35 | ans.push_back(a[j].second);
| ^~~
| abs
molecules.cpp:37:24: error: 'ans' was not declared in this scope; did you mean 'abs'?
37 | return ans;
| ^~~
| abs
molecules.cpp:47:25: error: 'ans' was not declared in this scope; did you mean 'abs'?
47 | ans.push_back(a[j].second);
| ^~~
| abs
molecules.cpp:50:25: error: 'ans' was not declared in this scope; did you mean 'abs'?
50 | ans.push_back(a[j].second);
| ^~~
| abs
molecules.cpp:52:28: error: 'ans' was not declared in this scope; did you mean 'abs'?
52 | return ans;
| ^~~
| abs
molecules.cpp:62:16: error: 'ans' was not declared in this scope; did you mean 'abs'?
62 | 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
| ^~~~