#include #include using namespace std; int find_(int a,int b,int n) { a*=pow(10,n); return a/b; } int sun[110]; bool find(int *front,int *last,int n) { int *p; for(p=front;p