上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: Numbers That Count Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 21372 Accepted: 7171 Description "Kronecker's Knumbers" is a little comp 阅读全文
posted @ 2018-02-09 12:20 卉卉卉大爷 阅读(204) 评论(0) 推荐(0)
摘要: 1.入门水题 2.初级 POJ 1135 -- Domino Effect(Dijkstra) ZOJ 2750 -- Idiomatic Phrases Game(Dijkstra) POJ-1860 POJ-3259 POJ-1062 POJ-2253 POJ-1125 POJ 2240 -- 阅读全文
posted @ 2018-02-09 10:41 卉卉卉大爷 阅读(671) 评论(0) 推荐(0)
摘要: Power of Cryptography Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 26622 Accepted: 13301 Description Current work in cryptography involv 阅读全文
posted @ 2018-02-09 10:20 卉卉卉大爷 阅读(224) 评论(0) 推荐(0)
摘要: / % 四舍五入 向上取整ceil 向下取整floor #include <math.h> double floor(double x); double floor(double x); double ceil(double x); 使用floor函数。floor(x)返回的是小于或等于x的最大整数 阅读全文
posted @ 2018-02-08 23:52 卉卉卉大爷 阅读(1406) 评论(0) 推荐(0)
摘要: 例题5-10 UVA 207 PGA Tour Prize Money PGA巡回赛的奖金 解题: 1)fegets()函数 函数原型 char * fgets ( char * str, int num, FILE * stream ); 参数*buf: 字符型指针,指向用来存储所得数据的地址。b 阅读全文
posted @ 2018-02-08 19:57 卉卉卉大爷 阅读(379) 评论(0) 推荐(0)
摘要: UVa 400 -- Unix ls Sample Input Sample Output 阅读全文
posted @ 2018-02-07 20:07 卉卉卉大爷 阅读(203) 评论(0) 推荐(0)
摘要: sample input Adventures in Disneyland Two blondes were going to Disneyland when they came to a fork in theroad. The sign read: "Disneyland Left." So t 阅读全文
posted @ 2018-02-07 16:38 卉卉卉大爷 阅读(118) 评论(0) 推荐(0)
摘要: set和multiset 1、结构 set和multiset会根据特定的排序原则将元素排序。两者不同之处在于,multisets允许元素重复,而set不允许重复。 只要是assignable、copyable、comparable(根据某个排序准则)的型别T,都可以成为set或者multisets的 阅读全文
posted @ 2018-02-07 16:09 卉卉卉大爷 阅读(192) 评论(0) 推荐(0)
摘要: Uva 101 the block problem 题目大意: 输入n,得到编号为0~n-1的木块,分别摆放在顺序排列编号为0~n-1的位置。现对这些木块进行操作,操作分为四种。 1、move a onto b:把木块a、b上的木块放回各自的原位,再把a放到b上; 2、move a over b:把 阅读全文
posted @ 2018-02-07 14:24 卉卉卉大爷 阅读(117) 评论(0) 推荐(0)
摘要: Integer Inquiry Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 35353 Accepted: 13781 Description One of the first users of BIT's new super 阅读全文
posted @ 2018-02-06 15:36 卉卉卉大爷 阅读(126) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页