随笔分类 -  领悟

摘要:C. Journey time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are n cities and n - 1 阅读全文
posted @ 2017-08-13 21:11 #忘乎所以# 阅读(234) 评论(0) 推荐(0)
摘要:1004 n^n的末位数字 题目来源: Author Ignatius.L (Hdu 1061) 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 给出一个整数N,输出N^N(N的N次方)的十进制表示的末位数字。 给出一个整数N,输出N^N(N的N次方)的十进制表示的 阅读全文
posted @ 2017-08-12 19:49 #忘乎所以# 阅读(166) 评论(0) 推荐(0)
摘要:1002 数塔取数问题 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 一个高度为N的由正整数组成的三角形,从上走到下,求经过的数字和的最大值。 每次只能走到下一层相邻的数上,例如从第3层的6向下走,只能走到第4层的2或9上。 5 8 4 3 6 9 7 2 9 5 阅读全文
posted @ 2017-08-10 22:49 #忘乎所以# 阅读(255) 评论(0) 推荐(0)
摘要:1019 逆序数 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 在一个排列中,如果一对数的前后位置与大小顺序相反,即前面的数大于后面的数,那么它们就称为一个逆序。一个排列中逆序的总数就称为这个排列的逆序数。 如2 4 3 1中,2 1,4 3,4 1,3 1是逆序,逆 阅读全文
posted @ 2017-08-10 22:44 #忘乎所以# 阅读(211) 评论(0) 推荐(0)
摘要:SORT AGAIN Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6278 Accepted Submission(s): 1984 Prob 阅读全文
posted @ 2017-08-10 22:39 #忘乎所以# 阅读(287) 评论(0) 推荐(0)
摘要:度度熊的午饭时光 Accepts: 823 Submissions: 9241 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) 度度熊的午饭时光 Accepts: 823 Submiss 阅读全文
posted @ 2017-08-07 20:04 #忘乎所以# 阅读(326) 评论(0) 推荐(0)
摘要:D. Palindromic characteristics time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Palindrom 阅读全文
posted @ 2017-08-07 19:55 #忘乎所以# 阅读(206) 评论(0) 推荐(0)
摘要:C. Two Seals time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output One very important person ha 阅读全文
posted @ 2017-08-04 10:22 #忘乎所以# 阅读(290) 评论(0) 推荐(0)
摘要:B. Flag of Berland time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The flag of Berland is 阅读全文
posted @ 2017-08-04 10:18 #忘乎所以# 阅读(449) 评论(0) 推荐(0)
摘要:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2041 这题就是找出一组数据中出现次数最多的次数,然后就从第一个开始,以那个数循环输出就成了,当然 一开始 阅读全文
posted @ 2017-08-04 10:03 #忘乎所以# 阅读(211) 评论(0) 推荐(0)
摘要:Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 20198 Accepted: 10515 Description The little cat is so famous, 阅读全文
posted @ 2017-08-03 22:54 #忘乎所以# 阅读(145) 评论(0) 推荐(0)
摘要:给出两个字符串A B,求A与B的最长公共子序列(子序列不要求是连续的)。 比如两个串为: abcicba abdkscab ab是两个串的子序列,abc也是,abca也是,其中abca是这两个字符串最长的子序列。 Input 第1行:字符串A 第2行:字符串B (A,B的长度 <= 1000) Ou 阅读全文
posted @ 2017-08-03 10:13 #忘乎所以# 阅读(572) 评论(0) 推荐(0)
摘要:B. Petya and Exam time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output It's hard times now. T 阅读全文
posted @ 2017-08-03 09:57 #忘乎所以# 阅读(335) 评论(0) 推荐(0)
摘要:Fence Repair Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 51375 Accepted: 16865 Description Farmer John wants to repair a small length o 阅读全文
posted @ 2017-08-01 22:54 #忘乎所以# 阅读(225) 评论(0) 推荐(0)
摘要:C. Star sky time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The Cartesian coordinate sys 阅读全文
posted @ 2017-08-01 18:21 #忘乎所以# 阅读(261) 评论(0) 推荐(0)
摘要:B. The number on the board time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Some natural 阅读全文
posted @ 2017-08-01 09:32 #忘乎所以# 阅读(304) 评论(0) 推荐(0)
摘要:C. The Meaningless Game time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Slastyona and her 阅读全文
posted @ 2017-08-01 09:25 #忘乎所以# 阅读(265) 评论(0) 推荐(0)
摘要:B. The Festive Evening time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output It's the end of Ju 阅读全文
posted @ 2017-08-01 09:22 #忘乎所以# 阅读(287) 评论(0) 推荐(0)
摘要:A. The Useless Toy time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Walking through the st 阅读全文
posted @ 2017-08-01 09:19 #忘乎所以# 阅读(175) 评论(0) 推荐(0)