molecules.cpp:13:4: warning: decomposition declaration only available with -std=c++1z or -std=gnu++1z
int[] find_subset(int l,int u, int w[]){
^
molecules.cpp:13:4: error: decomposition declaration cannot be declared with type 'int'
int[] find_subset(int l,int u, int w[]){
^~
molecules.cpp:13:4: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
molecules.cpp:13:4: error: empty decomposition declaration
molecules.cpp:13:7: error: expected initializer before 'find_subset'
int[] find_subset(int l,int u, int w[]){
^~~~~~~~~~~