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