Fork me on GitHub
摘要: if(((year%4==0) && (year%100!=0)) || year%400==0){ 阅读全文
posted @ 2019-03-30 15:49 GerJCS 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 无聊登了一下condingame,通知说有本周谜题,正好刚撸完bfs,想尝试下。 题目链接:https://www.codingame.com/ide/17558874463b39b9ce6d420710807279bb1bd77e 题目大意:很有趣的题目,给你起始位置和终点位置,输出最短的路径,不 阅读全文
posted @ 2019-03-28 14:30 GerJCS 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: POJ 3984 迷宫 bfs 宽搜 题目大意:给你5*5的地图,上下左右,从左上角走到右下角,找出最短路径并且输出这条路径 阅读全文
posted @ 2019-03-26 21:22 GerJCS 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 一个一个下载:https://www.zhihu.com/question/41367609 WSDAB的回答批量下载:https://www.zhihu.com/question/49793759(那个file1/2的脚本太酷了~) 繁琐操作(没尝试):https://blog.csdn.net/ 阅读全文
posted @ 2019-03-22 21:35 GerJCS 阅读(1664) 评论(1) 推荐(0) 编辑
摘要: MATLAB安装 吴恩达机器学习 阅读全文
posted @ 2019-03-10 14:28 GerJCS 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 下午健身前和lxt兄弟讨论了一个关于 printf 输出的问题,恰巧以前见过类似的,回来写一个收获总结。 首先看一个这样一个例子 Output: 1 0 其实是这样的,printf参数的顺序是一个未定义行为,编译器不同,实现不同,gcc和clang是右到左,msvc是左到右,所以实现这种未定义行为不 阅读全文
posted @ 2019-03-08 19:55 GerJCS 阅读(359) 评论(0) 推荐(0) 编辑
摘要: PAT 1003 hdoj 1874 阅读全文
posted @ 2019-03-01 13:49 GerJCS 阅读(773) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1606651492697783298&wfr=spider&for=pc 阅读全文
posted @ 2019-02-18 16:30 GerJCS 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 19考研结束了 。。 还有11天PAT甲 题目链接:http://lx.lanqiao.cn/problem.page?gpid=T52 题目大意:训练排序 解题思路: 方法一: 直接用C++里的sort函数, 这两句缺一不可。sort函数的排序不仅仅只用了快速排序,还结合了插入排序和堆排序。然后s 阅读全文
posted @ 2019-02-18 11:44 GerJCS 阅读(193) 评论(0) 推荐(0) 编辑
摘要: .jpg this is not day this is not night this is not only a picture 阅读全文
posted @ 2018-08-14 22:52 GerJCS 阅读(87) 评论(0) 推荐(0) 编辑