#include #include int get_false_coin(int coin[],int low,int high) { int i,sum1=0,sum2=0,sum3=0; if(low==high-1) { if(coin[low]