上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 参考https://blog.csdn.net/Mitsuha_/article/details/82950366 亮点是从每个点来猜这个圆心,不断缩小这个线段的长度,最终得到一个点。实在是高。 阅读全文
posted @ 2018-10-10 23:20 LandingGuys 阅读(163) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1058/problem/D 条件 1. 给出面积m*n/k 2. 0≤x1,x2,x3≤n 0≤y1,y2,y3≤m 3. 点都是整数的。 首先 假设三角形的两条直角边为a,b,则 n * m / k = a * b / 2,如果等式成立 阅读全文
posted @ 2018-10-01 19:26 LandingGuys 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 算法竞赛入门经典 p149 阅读全文
posted @ 2018-09-24 11:30 LandingGuys 阅读(203) 评论(0) 推荐(0) 编辑
摘要: cf B. Vitamins http://codeforces.com/problemset/problem/1042/B 就是找出果汁组合凑齐ABC 使得果汁价钱最小 阅读全文
posted @ 2018-09-21 21:47 LandingGuys 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 部分参考http://www.runoob.com/jsp/eclipse-jsp.html 1. 下载地址 Tomcat:http://tomcat.apache.org/download-70.cgi 2. 下载之后,将压缩包解压到D盘(你可以自己选择): 3. 注意目录名不能有中文和空格。目录 阅读全文
posted @ 2018-07-13 21:03 LandingGuys 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 参考了 https://blog.csdn.net/p10010/article/details/51336332 http://blog.51cto.com/wutengfei/2090253 在其他教程里,都是仅仅添加文件到仓库下面,可是如果要添加到仓库里某个文件夹怎么办? 提交文件 注意 . 阅读全文
posted @ 2018-07-06 21:30 LandingGuys 阅读(5773) 评论(0) 推荐(0) 编辑
摘要: 参考了https://blog.csdn.net/p10010/article/details/513363321. 在你需要上传的文件点击右键2 . 3. 配置用户名和 邮箱4 . nihao.txt 就是我要上传的文件5. 提交6. ... 阅读全文
posted @ 2018-07-06 21:30 LandingGuys 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 第一次wa 是直接模拟,用vector erase换了一个思路 反着来 考虑一个数会不会被另一个数吞并。而不是考虑一个数能够吞并多少个数第二次wa 是visit 用了short 应该用int 的get set 无重复元素,有序的for(auto &t:s) 这个是c+... 阅读全文
posted @ 2018-06-10 21:05 LandingGuys 阅读(115) 评论(0) 推荐(0) 编辑
摘要: C. Equal Sumstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given kk se... 阅读全文
posted @ 2018-06-09 11:35 LandingGuys 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/982/problem/B一开始没有想到模拟栈,用while来寻找introve的位置,超时#include #include #include #include #include using namespa... 阅读全文
posted @ 2018-05-24 19:08 LandingGuys 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页