Constructing a Number

  • + 0 comments

    \Answer for this// char* canConstruct(int a_count, int* a) { // Return "Yes" or "No" denoting whether you can construct the required number. static char str1[]="Yes"; static char str2[]="No"; long int s=0,i; for(i=0;i