#include #include int main() { long long a, b, t, cnt=0, i; char num[53]; scanf("%lld %lld", &a, &b); t=a/b; snprintf(num, 53, "%lld.", t); do { cnt++; t/=10; } while (t); a%=b; for (i=cnt+1; i