随笔分类 -  ACM-UVALive

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 阅读(141) 评论(0) 推荐(0)

UVALive3638 UVA12100 POJ3125 HDU1972 Printer Queue【队列+模拟】
摘要:Printer QueueTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5332 Accepted: 2739DescriptionThe only printer in the computer ... 阅读全文

posted @ 2017-06-26 10:23 海岛Blog 阅读(134) 评论(0) 推荐(0)

UVALive3399 UVA1210 POJ2739 Sum of Consecutive Prime Numbers【素数筛选+尺取法】
摘要:Sum of Consecutive Prime NumbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 25286 Accepted: 13793DescriptionSome positiv... 阅读全文

posted @ 2017-06-25 15:56 海岛Blog 阅读(123) 评论(0) 推荐(0)

UVALive2678 UVA1121 Subsequence【前缀和+二分搜索+尺取法】
摘要:SequenceA sequence of N positive integers (10 > Europe - Southeastern问题链接:UVALive2678 UVA1121 Subsequence。题意简述:求长度为n的序列的一个子序列的最小长度,满足该... 阅读全文

posted @ 2017-06-25 07:33 海岛Blog 阅读(203) 评论(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 阅读(167) 评论(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 阅读(192) 评论(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 阅读(206) 评论(0) 推荐(0)

UVALive2288 POJ1050 HDU1081 ZOJ1074 To The Max【最大子段和+DP】
摘要:To the MaxTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 48948 Accepted: 25895DescriptionGiven a two-dimensional array of p... 阅读全文

posted @ 2017-06-17 08:02 海岛Blog 阅读(167) 评论(0) 推荐(0)

UVALive2363 POJ1005 HDU1065 ZOJ1049 I Think I Need a Houseboat【数学计算】
摘要:I Think I Need a HouseboatTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 104215 Accepted: 45370DescriptionFred Mapper is co... 阅读全文

posted @ 2017-06-17 01:19 海岛Blog 阅读(151) 评论(0) 推荐(0)

UVALive6050 Primes【素数筛选+前缀和】
摘要:PrimesLet m and n be two integers, 2 ≤ m > Europe - Southeastern问题链接:UVALive6050 Primes。题意简述:参见上文。问题分析:用Eratosthenes筛选法筛选素数,然后计算素数数量的前... 阅读全文

posted @ 2017-06-15 08:57 海岛Blog 阅读(98) 评论(0) 推荐(0)

导航