上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 58 下一页
摘要: Description Tourist likes competitive programming and he has his own Codeforces account. He participated in lots of Codeforces Rounds, solved so many 阅读全文
posted @ 2016-11-07 21:04 樱花落舞 阅读(499) 评论(0) 推荐(0)
摘要: JankTao相亲记 解法:排序 David的沙漠之路 解法:贪心,尽量往最大的距离走,加上它经历过的加油站中最大的那个,模拟这个过程需要考虑很多情况 TJ的文件系统 解法:字符串处理 握手定理 解法:水题 Alice AND Bob 解法:模拟 建群数据 解法:字符串处理时间 阅读全文
posted @ 2016-11-03 20:57 樱花落舞 阅读(656) 评论(0) 推荐(2)
摘要: ACM ICPC WORLD FINAL 解法:排序大家都知道,去重的话,初学者用数组就好了 木 解法:找规律,前面的n行都是在中间输出*,第n+1行全部输出*,接下来的以中间为对称关系,往两边扩展 我们都是江理人 解法:字符串处理(根据题意) 回文素数 解法:数据不大,当然是先判断是不是回文再判断 阅读全文
posted @ 2016-11-02 19:47 樱花落舞 阅读(410) 评论(0) 推荐(1)
摘要: 要求~ 我的工具~(随便搞搞就好了,自己的录音还没弄~) 阅读全文
posted @ 2016-10-25 14:20 樱花落舞 阅读(470) 评论(1) 推荐(0)
摘要: SQL Server 下载 SSMS-Setup-CHS https://msdn.microsoft.com/zh-cn/library/mt238290.aspx 第1:打开,点开setup.exe 第2:点安装~,点第一个选择后(已经提前安装过2016,以2008为例子),寻找安装媒体 第3: 阅读全文
posted @ 2016-10-24 21:17 樱花落舞 阅读(16276) 评论(0) 推荐(2)
摘要: Description You are given a table consisting of n rows and m columns. Numbers in each row form a permutation of integers from 1 to m. You are allowed 阅读全文
posted @ 2016-10-09 00:08 樱花落舞 阅读(206) 评论(0) 推荐(0)
摘要: Description You are given names of two days of the week. Please, determine whether it is possible that during some non-leap year the first day of some 阅读全文
posted @ 2016-10-08 23:48 樱花落舞 阅读(268) 评论(0) 推荐(0)
摘要: Description Polycarp is a music editor at the radio station. He received a playlist for tomorrow, that can be represented as a sequence a1, a2, ..., a 阅读全文
posted @ 2016-10-06 19:07 樱花落舞 阅读(259) 评论(0) 推荐(0)
摘要: 链接http://acm.hdu.edu.cn/showproblem.php?pid=5929 题意:给你一种数据结构以及操作,和一种位运算,最后询问:从‘栈’顶到低的运算顺序结果是多少 解法:根据位运算,发现出现0,结果就是1,那么就记录两端0的位置就好,中间不管出现什么,结果大部分都是1,考虑 阅读全文
posted @ 2016-10-06 18:34 樱花落舞 阅读(512) 评论(0) 推荐(0)
摘要: 链接http://acm.hdu.edu.cn/showproblem.php?pid=5926 题意:给我们一个矩阵,问你根据连连看的玩法可以消去其中的元素 解法:连连看怎么玩,就怎么写,别忘记边界 阅读全文
posted @ 2016-10-06 18:23 樱花落舞 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 58 下一页