#include using namespace std; bool isSubset(int *list, int m) { int size = sizeof(list)/sizeof(*list); for(int i=0; i