molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:14:33: error: 'funcionaa' was not declared in this scope
if(l == u and w[0]!= l or gg * funcionaa < max(l,u))return nada;
^~~~~~~~~
molecules.cpp:14:33: note: suggested alternative: 'funcionaaa'
if(l == u and w[0]!= l or gg * funcionaa < max(l,u))return nada;
^~~~~~~~~
funcionaaa
molecules.cpp:8:16: warning: unused variable 'funcionaaa' [-Wunused-variable]
int gg = w[0], funcionaaa = w.size(), sum = 0;
^~~~~~~~~~
molecules.cpp:8:39: warning: unused variable 'sum' [-Wunused-variable]
int gg = w[0], funcionaaa = w.size(), sum = 0;
^~~
molecules.cpp:9:6: warning: unused variable 'afirmo' [-Wunused-variable]
bool afirmo;
^~~~~~
molecules.cpp:17:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^