摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>using namespace std;#define maxn 10005int a, b, n;double p[maxn], sum[maxn];int dblcmp(double a, double b){ if (a < b) return -1; return 1;}int main(){ //freopen("t.txt", "r 阅读全文
posted @ 2011-08-02 12:36
undefined2024
阅读(409)
评论(0)
推荐(0)