#include #include #include #include #include #include #include char* canConstruct(int a_s, int* a) { // Return "Yes" or "No" denoting whether you can construct the required number. int s=0; for(int t=0;t