会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
净
Never ever give up
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
15
下一页
2018年10月10日
Codeforces-1059D:Nature Reserve问最大的圆包含全部点
摘要: 参考https://blog.csdn.net/Mitsuha_/article/details/82950366 亮点是从每个点来猜这个圆心,不断缩小这个线段的长度,最终得到一个点。实在是高。
阅读全文
posted @ 2018-10-10 23:20 LandingGuys
阅读(174)
评论(0)
推荐(0)
2018年10月1日
给出面积,求三角形的任意三个点,gcd 用来约分
摘要: 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
阅读(141)
评论(0)
推荐(0)
2018年9月24日
循环日程表问题
摘要: 算法竞赛入门经典 p149
阅读全文
posted @ 2018-09-24 11:30 LandingGuys
阅读(211)
评论(0)
推荐(0)
2018年9月21日
水题但仍需细心
摘要: cf B. Vitamins http://codeforces.com/problemset/problem/1042/B 就是找出果汁组合凑齐ABC 使得果汁价钱最小
阅读全文
posted @ 2018-09-21 21:47 LandingGuys
阅读(150)
评论(0)
推荐(0)
2018年7月13日
安装Tomcat
摘要: 部分参考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
阅读(142)
评论(0)
推荐(0)
2018年7月6日
上传本地文件到gitlab 项目里的某个文件夹
摘要: 参考了 https://blog.csdn.net/p10010/article/details/51336332 http://blog.51cto.com/wutengfei/2090253 在其他教程里,都是仅仅添加文件到仓库下面,可是如果要添加到仓库里某个文件夹怎么办? 提交文件 注意 .
阅读全文
posted @ 2018-07-06 21:30 LandingGuys
阅读(5975)
评论(0)
推荐(0)
使用SSH 传本地文件到github
摘要: 参考了https://blog.csdn.net/p10010/article/details/513363321. 在你需要上传的文件点击右键2 . 3. 配置用户名和 邮箱4 . nihao.txt 就是我要上传的文件5. 提交6. ...
阅读全文
posted @ 2018-07-06 21:30 LandingGuys
阅读(65)
评论(0)
推荐(0)
2018年6月10日
B. Micro-World
摘要: 第一次wa 是直接模拟,用vector erase换了一个思路 反着来 考虑一个数会不会被另一个数吞并。而不是考虑一个数能够吞并多少个数第二次wa 是visit 用了short 应该用int 的get set 无重复元素,有序的for(auto &t:s) 这个是c+...
阅读全文
posted @ 2018-06-10 21:05 LandingGuys
阅读(122)
评论(0)
推荐(0)
2018年6月9日
map 好用! C. Equal Sums
摘要: C. Equal Sumstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given kk se...
阅读全文
posted @ 2018-06-09 11:35 LandingGuys
阅读(192)
评论(0)
推荐(0)
2018年5月24日
Codeforces Round #484 (Div. 2) B. Bus of Characters 模拟栈
摘要: http://codeforces.com/contest/982/problem/B一开始没有想到模拟栈,用while来寻找introve的位置,超时#include #include #include #include #include using namespa...
阅读全文
posted @ 2018-05-24 19:08 LandingGuys
阅读(112)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
15
下一页
公告