#include #include #include #include #include #include #include char* canConstruct(int a_size, int* a) { int sum = 0; // Return "Yes" or "No" denoting whether you can construct the required number. //printf("%d %d",a_size, *a); for(int i=0; i