posted @ 2018-07-29 21:26
onLoad
阅读(3)
推荐(0)
摘要:
Git 基础使用教程 Git是一个开源的分布式版本控制系统 windows安装Git 搜索git下载安装,不难 1. 设置用户信息 输入用户名与邮箱,作为一个标识 git config --global user.name "wyy" git config --global user.email "
阅读全文
posted @ 2021-03-16 18:08
onLoad
阅读(46)
推荐(0)
摘要:
1. 安装Makedown编辑器Typora 自己百度网盘会更快 2. 语法 1. 段落 (1) 一级标题 我展示的是一级标题 我展示的是二级标题 我展示的是一级标题 我展示的是二级标题 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题
阅读全文
posted @ 2021-03-15 23:17
onLoad
阅读(29)
推荐(0)
摘要:
I love Codeforces time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output I love Codeforces time limit per
阅读全文
posted @ 2018-08-05 21:28
onLoad
阅读(132)
推荐(0)
摘要:
C. Urn with Balls time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output C. Urn with Balls time limit per
阅读全文
posted @ 2018-08-05 21:23
onLoad
阅读(143)
推荐(0)
摘要:
Just Finish it up Time limit3000 ms OSLinux 题意: 加油站问题,第一排给的是每个加油站可以加的油,第二排是2个加油站中间要消耗的油,开一圈。求离起点最近的可行解。 思路: 把每次到下个加油站后油量变化存一个数组,从第一个加油站开始,如果发现油量为负的了,就
阅读全文
posted @ 2018-07-29 21:57
onLoad
阅读(118)
推荐(0)
摘要:
Add All Time limit3000 ms OSLinux Yup!! The problem name reflects your task; just add a set of numbers. But you may feel yourselves condescended, to w
阅读全文
posted @ 2018-07-29 21:43
onLoad
阅读(178)
推荐(0)