随笔分类 -  ACM-ZOJ

1

HDU1395 ZOJ1489 2^x mod n = 1【暴力法+数论】
摘要:2^x mod n = 1Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 17824 Accepted... 阅读全文

posted @ 2017-09-05 21:29 海岛Blog 阅读(359) 评论(0) 推荐(0) 编辑

POJ2562 UVA10035 ZOJ1874 Primary Arithmetic【进制+进位】
摘要:Primary ArithmeticTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 11711 Accepted: 4289DescriptionChildren are taught to add ... 阅读全文

posted @ 2017-08-30 23:18 海岛Blog 阅读(166) 评论(0) 推荐(0) 编辑

HDU1017 ZOJ1152 A Mathematical Curiosity【暴力】
摘要:A Mathematical CuriosityTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 42341 ... 阅读全文

posted @ 2017-07-27 23:40 海岛Blog 阅读(224) 评论(0) 推荐(0) 编辑

UVALive2536 POJ1248 HDU1015 ZOJ1403 Safecracker【密码+暴力】
摘要:SafecrackerTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 3277 Accepted: 1741Description"The item is locked in a Klein safe... 阅读全文

posted @ 2017-07-27 22:41 海岛Blog 阅读(186) 评论(0) 推荐(0) 编辑

HDU1004 ZOJ2104 Let the Balloon Rise【MAP】
摘要:Let the Balloon RiseTime Limit: 2 Seconds Memory Limit: 65536 KBContest time again! How excited it is to see balloons floating ar... 阅读全文

posted @ 2017-07-26 20:59 海岛Blog 阅读(133) 评论(0) 推荐(0) 编辑

UVALive3135 UVA1203 POJ2051 ZOJ2212 Argus【优先队列】
摘要:ArgusTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 11450 Accepted: 5545DescriptionA data stream is a real-time, continuous... 阅读全文

posted @ 2017-07-26 20:31 海岛Blog 阅读(160) 评论(0) 推荐(0) 编辑

ZOJ3870 Team Formation【位运算+数学】
摘要:Team FormationTime Limit: 2 Seconds Memory Limit: 131072 KBFor an upcoming programming contest, Edward, the headmaster of Marjar ... 阅读全文

posted @ 2017-07-14 23:48 海岛Blog 阅读(147) 评论(0) 推荐(0) 编辑

ZOJ3880 Demacia of the Ancients【序列处理+水题】
摘要:Demacia of the AncientsTime Limit: 2 Seconds Memory Limit: 65536 KBThere is a popular multiplayer online battle arena game called... 阅读全文

posted @ 2017-07-04 07:27 海岛Blog 阅读(109) 评论(0) 推荐(0) 编辑

ZOJ3869 Ace of Aces【序列处理】
摘要:Ace of AcesTime Limit: 2 Seconds Memory Limit: 65536 KBThere is a mysterious organization called Time-Space Administrative Bureau... 阅读全文

posted @ 2017-07-04 00:42 海岛Blog 阅读(182) 评论(0) 推荐(0) 编辑

ZOJ3872 Beauty of Array【DP】
摘要:Beauty of ArrayTime Limit: 2 Seconds Memory Limit: 65536 KBEdward has an array A with N integers. He defines the beauty of an arr... 阅读全文

posted @ 2017-07-04 00:07 海岛Blog 阅读(177) 评论(0) 推荐(0) 编辑

ZOJ3876 May Day Holiday【日期计算】
摘要:May Day HolidayTime Limit: 2 Seconds Memory Limit: 65536 KBAs a university advocating self-learning and work-rest balance, Marjar... 阅读全文

posted @ 2017-07-03 23:07 海岛Blog 阅读(274) 评论(0) 推荐(0) 编辑

UVALive2857 POJ2578 HDU1037 ZOJ2186 Keep on Truckin'【水题】
摘要:Keep on Truckin'Time Limit: 1000MS Memory Limit: 65536KTotal Submissions: 8462 Accepted: 6418DescriptionBoudreaux and Thibodeaux are o... 阅读全文

posted @ 2017-06-30 18:37 海岛Blog 阅读(113) 评论(0) 推荐(0) 编辑

POJ1609 UVALive2815 UVA1196 ZOJ1787 Tiling Up Blocks【二维最长上升子序列+DP】
摘要:Tiling Up BlocksTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 5882 Accepted: 2293DescriptionMichael The Kid receives an in... 阅读全文

posted @ 2017-06-26 23:27 海岛Blog 阅读(135) 评论(0) 推荐(0) 编辑

UVA10391 ZOJ1825 Compound Words【SET+暴力】
摘要:Compound WordsTime Limit: 5 Seconds Memory Limit: 32768 KBYou are to find all the two-word compound words in a dictionary. A two-... 阅读全文

posted @ 2017-06-26 08:46 海岛Blog 阅读(138) 评论(0) 推荐(0) 编辑

POJ2566 ZOJ1964 Bound Found【前缀和+排序+尺取法】
摘要:Bound FoundTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 4085 Accepted: 1266 Special JudgeDescriptionSignals of most proba... 阅读全文

posted @ 2017-06-25 10:36 海岛Blog 阅读(144) 评论(0) 推荐(0) 编辑

POJ3061 ZOJ3123 Subsequence【前缀和+二分搜索+尺取法】
摘要:SubsequenceTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 14836 Accepted: 6272DescriptionA sequence of N positive integers ... 阅读全文

posted @ 2017-06-25 07:48 海岛Blog 阅读(195) 评论(0) 推荐(0) 编辑

UVALive2953 POJ1775 ZOJ2358 Sum of Factorials【打表+穷尽搜索】
摘要:Sum of FactorialsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 13792 Accepted: 4537DescriptionJohn von Neumann, b. Dec. 28... 阅读全文

posted @ 2017-06-24 10:40 海岛Blog 阅读(159) 评论(0) 推荐(0) 编辑

UVALive2158 POJ1401 HDU1124 ZOJ2024 Factorial【分析思维】
摘要:FactorialTime Limit: 1500MS Memory Limit: 65536KTotal Submissions: 16314 Accepted: 10052DescriptionThe most important part of a GSM ne... 阅读全文

posted @ 2017-06-24 09:04 海岛Blog 阅读(189) 评论(0) 推荐(0) 编辑

POJ2247 HDU1058 UVA443 ZOJ1095 Humble Numbers【数学计算+打表】
摘要:Humble NumbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 10731 Accepted: 5015DescriptionA number whose only prime facto... 阅读全文

posted @ 2017-06-21 05:52 海岛Blog 阅读(211) 评论(0) 推荐(0) 编辑

UVALive2287 POJ1047 HDU1313 ZOJ1073 Round and Round We Go【大数+数学计算】
摘要:Round and Round We GoTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 12934 Accepted: 6050DescriptionA cyclic number is an in... 阅读全文

posted @ 2017-06-17 19:42 海岛Blog 阅读(198) 评论(0) 推荐(0) 编辑

1

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示