摘要:
模拟View Code #include <iostream>#include <cstdlib>#include <cstring>#include <cstdio>using namespace std;#define maxn 1005int n, m;int pos[maxn];void work(){ int a = n; int b = m; int cnt = 1; int i = 1; pos[a] = 0; putchar('.'); while (true) { int temp = a * 10 / b; . 阅读全文
posted @ 2011-09-21 09:58
undefined2024
阅读(165)
评论(0)
推荐(0)