上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 struct node 9 {10 int s,e;11 }bn[5010];12 13 int main()14 {15 ... 阅读全文
posted @ 2015-08-23 14:52 相儒以沫 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 class node 9 {10 public:11 long long w,s;12 bool operator ma)3... 阅读全文
posted @ 2015-08-23 14:07 相儒以沫 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 double pi=acos(-1.0); 8 double s; 9 10 double f(double x)11 {12 return pi*x*x*... 阅读全文
posted @ 2015-08-23 13:16 相儒以沫 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 double PI=acos(-1.0);11 double arr[10010];12 i... 阅读全文
posted @ 2015-08-21 18:56 相儒以沫 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 int n,m;10 int arr[100010];11 int reans;12 int flag;13 14 ... 阅读全文
posted @ 2015-08-21 16:02 相儒以沫 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 long long arr[16000010];10 long long a[4010];11 long long ... 阅读全文
posted @ 2015-08-21 14:52 相儒以沫 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int n; 9 int stick[70];10 bool mark[70];11 int sum;12 int len;13 int n... 阅读全文
posted @ 2015-08-21 11:03 相儒以沫 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 9 using namespace std; 10 11 char arr[2][15][15]; 12... 阅读全文
posted @ 2015-08-19 13:57 相儒以沫 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 map >mp; 9 queue q;10 11 int main()12 {13 int x0,y0,x1,y1,n;14 ... 阅读全文
posted @ 2015-08-19 10:39 相儒以沫 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 int father[2010];10 int offset[2010];11 int flag;12 13 voi... 阅读全文
posted @ 2015-08-17 19:42 相儒以沫 阅读(216) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页