摘要:
原题链接:http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=10934&courseid=0 double,二分。View Code 1 #include <stdio.h> 2 #include <string.h> 3 #include <math.h> 4 #include <stdlib.h> 5 #define INF 1000000000.0 6 const double eps = 1e-8; 7 double a[11]; 8 int n 阅读全文