摘要: #include #include #include #include #include #include #include using namespace std; #define MAX_N 110 /*------------------常量区-------------------*/ const double INF = 1e10; // 无穷... 阅读全文
posted @ 2016-01-29 01:08 chenhuan001 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 简单的题意,要注意z2 = h2*0.9-r2 #include <iostream> #include <cmath> #include <vector> #include <string.h> #include <stdlib.h> #include <algorithm> using name 阅读全文
posted @ 2016-01-29 01:07 chenhuan001 阅读(286) 评论(0) 推荐(0) 编辑