摘要: Android Studio:Cannot reload AVD list 今天用Android Studio时点击"RUN"后出现如下错误,特此记录一下解决方案。 用/sdk/tools/lib/devices.xml 去替换 system images\android 2X\android we 阅读全文
posted @ 2016-09-09 22:57 Sunshine_tcf 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 系统和压缩内存磁盘占用过高的解决方案 最近一段时间玩游戏看视频经常莫名的卡顿,观察发现电脑卡的时候,WIN10进程中的“系统和压缩内存”一项占用了近100%的磁盘空间。 百度搜索到若干种解决方案,包括禁用家庭组、禁用superfectch等等,尝试后均没有起到作用,在尝试了以下解决方案后,问题得到了 阅读全文
posted @ 2016-09-09 18:43 Sunshine_tcf 阅读(50904) 评论(0) 推荐(1) 编辑
摘要: 2016暑假总结 暑假已经结束,是时候写一波总结(流水账)了。 7月14号返校,先是16号打了一波CCCC,虽然比初赛发挥好一点,然而还是没拿到奖,sad... 总的来讲,今年比去年还是要充实很多的,去年暑假由于个人原因一直没有集中精力来训练,赛后没有及时补题和改题,实力没有得到本质提升,导致去年在 阅读全文
posted @ 2016-08-30 22:33 Sunshine_tcf 阅读(408) 评论(0) 推荐(0) 编辑
摘要: Bus to Udayland 题目链接: http://codeforces.com/contest/711/problem/A Description Input Output Examples Note 题意: 找有没有相邻座位. 题解: 暴力判断一下即可. 代码: cpp include i 阅读全文
posted @ 2016-08-30 00:17 Sunshine_tcf 阅读(454) 评论(0) 推荐(0) 编辑
摘要: Chris and Magic Square 题目链接: http://codeforces.com/contest/711/problem/B Description Input Output Examples Note 题意: 在n n的矩阵中填充一个数,使得每行、每列、对角线的和均相等. 题解 阅读全文
posted @ 2016-08-30 00:15 Sunshine_tcf 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Coloring Trees 题目链接: http://codeforces.com/contest/711/problem/C Description Input Output Examples Note 题意: n个树中有部分未染色,现要使得用最小代价染色完,且数串可以恰好划分为k段. 题解: 阅读全文
posted @ 2016-08-30 00:07 Sunshine_tcf 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Lifting the Stone 题目链接: http://acm.hust.edu.cn/vjudge/contest/130510 problem/G Description There are many secret openings in the floor which are cover 阅读全文
posted @ 2016-08-29 00:18 Sunshine_tcf 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Labyrinth 题目链接: http://acm.hust.edu.cn/vjudge/contest/130510 problem/E Description The northern part of the Pyramid contains a very large and complica 阅读全文
posted @ 2016-08-29 00:11 Sunshine_tcf 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Piggy Bank 题目链接: http://acm.hust.edu.cn/vjudge/contest/130510 problem/F Description Before ACM can do anything, a budget must be prepared and the nece 阅读全文
posted @ 2016-08-28 23:37 Sunshine_tcf 阅读(532) 评论(0) 推荐(0) 编辑
摘要: Equipment Box 题目链接: http://acm.hust.edu.cn/vjudge/contest/130510 problem/B Description There is a large room in the Pyramid called Room of No Return. 阅读全文
posted @ 2016-08-28 23:33 Sunshine_tcf 阅读(351) 评论(0) 推荐(0) 编辑
摘要: Points 题目链接: http://acm.hust.edu.cn/vjudge/contest/130303 problem/E Description http://7xjob4.com1.z0.glb.clouddn.com/4c9abc79e61f4d543441b48cb0cf6bbe 阅读全文
posted @ 2016-08-26 17:27 Sunshine_tcf 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Frame 题目链接: http://acm.hust.edu.cn/vjudge/contest/130303 problem/D Description http://7xjob4.com1.z0.glb.clouddn.com/17e6574035df3f9b6d1fc6dfd8b650ac 阅读全文
posted @ 2016-08-26 17:23 Sunshine_tcf 阅读(326) 评论(0) 推荐(0) 编辑
摘要: Banks 题目链接: http://acm.hust.edu.cn/vjudge/contest/130303 problem/A Description http://7xjob4.com1.z0.glb.clouddn.com/8ce645bf3da25e2731b2fea4c21a985b 阅读全文
posted @ 2016-08-26 17:19 Sunshine_tcf 阅读(375) 评论(0) 推荐(0) 编辑
摘要: Triples 题目链接: http://acm.hust.edu.cn/vjudge/contest/130303 problem/H Description http://7xjob4.com1.z0.glb.clouddn.com/4c05ed01e62e808388fc90e37554d58 阅读全文
posted @ 2016-08-26 17:11 Sunshine_tcf 阅读(343) 评论(0) 推荐(0) 编辑
摘要: Decoding Morse Sequences 题目链接: http://acm.hust.edu.cn/vjudge/contest/129783 problem/D Description Before the digital age, the most common "binary" cod 阅读全文
posted @ 2016-08-25 00:45 Sunshine_tcf 阅读(577) 评论(0) 推荐(0) 编辑
摘要: Fill the Cisterns! 题目链接: http://acm.hust.edu.cn/vjudge/contest/129783 problem/F Description During the next century certain regions on earth will expe 阅读全文
posted @ 2016-08-25 00:42 Sunshine_tcf 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Two Arithmetic Progressions 题目链接: http://codeforces.com/contest/710/problem/D Description You are given two arithmetic progressions: a1k + b1 and a2l  阅读全文
posted @ 2016-08-24 00:24 Sunshine_tcf 阅读(636) 评论(0) 推荐(0) 编辑
摘要: Generate a String 题目链接: http://codeforces.com/contest/710/problem/E Description zscoder wants to generate an input file for some programming competiti 阅读全文
posted @ 2016-08-23 21:20 Sunshine_tcf 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Weird Numbers 题目链接: http://acm.hust.edu.cn/vjudge/contest/129733 problem/F Description Binary numbers form the principal basis of computer science. Mo 阅读全文
posted @ 2016-08-23 15:55 Sunshine_tcf 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 胜利大逃亡(续) 题目链接: http://acm.hust.edu.cn/vjudge/contest/71151 problem/D Description Ignatius再次被魔王抓走了(搞不懂他咋这么讨魔王喜欢)…… 这次魔王汲取了上次的教训,把Ignatius关在一个n m的地牢里,并在 阅读全文
posted @ 2016-08-23 14:02 Sunshine_tcf 阅读(250) 评论(0) 推荐(0) 编辑