摘要:
A.Nias and Tug-of-War s.sort排序 #include<iostream> #include<stdio.h> #include<algorithm> using namespace std; struct node{ double a; double b; }a[105]; 阅读全文
posted @ 2016-03-28 09:42
gongpixin
阅读(618)
评论(0)
推荐(0)
摘要:
相关总结:http://www.cnblogs.com/mcflurry/p/3724649.html#3395978 A.angry_birds_again_and_again(定积分) B.Circle(高斯消元?/递推) C.Colorful Cupcakes(dp?) D.Devour Ma 阅读全文
posted @ 2016-03-28 09:41
gongpixin
阅读(460)
评论(0)
推荐(0)
摘要:
解题报告:http://www.tuicool.com/articles/FnEZJb A.Rescue The Princess(几何,向量) B.The number of steps(记忆化搜索,概率dp) C.Boring Counting(划分树) D.A-Number and B-Num 阅读全文
posted @ 2016-03-28 09:40
gongpixin
阅读(473)
评论(0)
推荐(0)
摘要:
IDTitleHint A Impasse (+) B Chess C An interesting game 最小费用最大流 D n a^o7 ! E Fruit Ninja I dp F Pixel density 无 G Mine Number dfs H The Best Seat in A 阅读全文
posted @ 2016-03-28 09:39
gongpixin
阅读(490)
评论(0)
推荐(0)
摘要:
2 阅读全文
posted @ 2016-03-28 09:38
gongpixin
阅读(157)
评论(0)
推荐(0)
摘要:
ID TitleHint A Phone Number 串 B Ivan comes again! C Hello World! 枚举 D Greatest Number E Fairy tale F Emergency 最短路径 G Shopping 无 H Clockwise I Balloon 阅读全文
posted @ 2016-03-28 09:36
gongpixin
阅读(353)
评论(0)
推荐(0)
摘要:
1、输出double类型时,如果采用G++提交,scanf采用%lf,prinf采用%f,否则会报错 2、使用GCC/G++的提醒: 对于64位整数, long long int 和 __int64 都是支持并且等价的.但是在读和写的时候只支持scanf("%I64d", ...)和printf(" 阅读全文
posted @ 2016-03-28 09:26
gongpixin
阅读(277)
评论(0)
推荐(0)