摘要: Ball Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice Aizu 0033 Ball Submit Status Practice Aizu 0033 Appoint 阅读全文
posted @ 2016-11-09 13:58 Yan_Bin 阅读(136) 评论(0) 推荐(0) 编辑
摘要: C - Petya and File System Time Limit:3000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 66C Appoint descript 阅读全文
posted @ 2016-11-09 00:32 Yan_Bin 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 algorithm : High-Precision FFT 3 4 */ 5 #include 6 #include 7 #include 8 #include 9 #define N 200005 10 #define pi acos(-1.0) // PI值 11 using namespace std; 12 st... 阅读全文
posted @ 2016-09-28 21:40 Yan_Bin 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Strategic Game Time Limit: 10000ms Memory Limit: 32768KB This problem will be judged on HDU. Original ID: 1054 64-bit integer IO format: %lld Java cla 阅读全文
posted @ 2016-09-28 19:48 Yan_Bin 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 11489 Integer GameTwo players, S and T, are playing a game where they make alternate moves. S plays rst.In this game, they start with an integer N. In 阅读全文
posted @ 2016-09-20 00:35 Yan_Bin 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 12050 Palindrome NumbersA palindrome is a word, number, or phrase that reads the same forwards as backwards. For example,the name “anna” is a palindro 阅读全文
posted @ 2016-09-19 00:38 Yan_Bin 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 11609 TeamsIn a galaxy far far away there is an ancient game played among the planets. The specialty of the gameis that there is no limitation on the 阅读全文
posted @ 2016-09-07 20:18 Yan_Bin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 11076 Add AgainSummation of sequence of integers is always a common problem in Computer Science. Rather than computingblindly, some intelligent techni 阅读全文
posted @ 2016-09-07 20:02 Yan_Bin 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 11752 The Super PowersWe all know the Super Powers of this world and how they manage to get advantages in political warfareor even in other sectors. B 阅读全文
posted @ 2016-09-06 23:57 Yan_Bin 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 使用唯一素因子分解定理进行: 阅读全文
posted @ 2016-09-04 01:25 Yan_Bin 阅读(672) 评论(0) 推荐(0) 编辑