摘要: 第一题 #include <stdio.h> #include <time.h> #include <math.h> clock_t start, stop; double duration; #define MAXN 10 #define MAXK 1e7 double f1(int n, dou 阅读全文
posted @ 2023-09-10 22:38 north_h 阅读(31) 评论(0) 推荐(0)