上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 50 下一页
摘要: C++奥赛一本通刷题记录(递归) 2017.11.9 By gwj1139177410逆波兰表达式 openjudge1696//栈比较坑。。。#include#include#include#includechar a[3010];double trans()... 阅读全文
posted @ 2018-01-14 21:06 gwj1139177410 阅读(238) 评论(0) 推荐(0) 编辑
摘要: C++奥赛一本通刷题记录(递推) 2017.11.8 By gwj1139177410斐波那契数列 openjudge1760#includeusing namespace std;const int maxn=1000010, mod=1000;int f[ma... 阅读全文
posted @ 2018-01-14 21:06 gwj1139177410 阅读(295) 评论(0) 推荐(0) 编辑
摘要: C++奥赛一本通刷题记录(排序) 2017.11.16 By gwj1139177410 都是拿STL水的…别怪我…… 谁考了第k名 openjudge01#include#includeusing namespace std;const int... 阅读全文
posted @ 2018-01-14 21:05 gwj1139177410 阅读(336) 评论(0) 推荐(0) 编辑
摘要: C++奥赛一本通刷题记录(高精度) 2017.11.15 By gwj1139177410大整数加法 openjudge10//Add Template#include#include#includeusing namespace std;const int m... 阅读全文
posted @ 2018-01-14 21:05 gwj1139177410 阅读(200) 评论(0) 推荐(0) 编辑
摘要: CodeVs刷题攻略之Diamond 2018.1.14 By gwj11391774100x01最短路Car的旅行路线//1.计算几何求第四点坐标, 方法很多//2.虚点,到A城市的四个机场边权都为0//3.SPFA跑最短路#include#include#in... 阅读全文
posted @ 2018-01-14 21:02 gwj1139177410 阅读(150) 评论(0) 推荐(0) 编辑
摘要: CodeVs天梯之Gold 2018.01.04 By gwj2330x01贪心均分纸牌#includeusing namespace std;const int maxn = 110;int a[maxn], sum, ans;int main(){ int... 阅读全文
posted @ 2018-01-14 17:11 gwj1139177410 阅读(134) 评论(0) 推荐(0) 编辑
摘要: CodeVs天梯之Silver 2017.12.18 By gwj11391774100x01排序明明的随机数#includeusing namespace std;int n, a[1010], t;int main(){ cin>>n; for(int... 阅读全文
posted @ 2018-01-14 17:04 gwj1139177410 阅读(150) 评论(0) 推荐(0) 编辑
摘要: CodeVs天梯之Bronze 2017.12.18 By gwj11391774100x01整数处理最小数和最大数#include#includeusing namespace std;int main(){ int n; cin>>n; int _m... 阅读全文
posted @ 2018-01-14 17:00 gwj1139177410 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 额额额 因为实在太弱,以及,也没用能力更新博客。。。 所以,就扔着废了好久。。不过考虑到,有些东西过了一段时间以后自己就会忘记, 也不希望我的蒟蒻有限的OI生涯什么都没有留下。 所以会把一些(比如我突然兴致来了想要写点什么的时候),,东西,发出来。。。 反正我的题解也... 阅读全文
posted @ 2018-01-14 11:50 gwj1139177410 阅读(82) 评论(0) 推荐(0) 编辑
摘要: ```cpp //这个项目提供了STL的范例//NOIP前第一轮模板 2017.10.5 //顺序容器:vector, deque, list//关联容器:set, map,//适配容器:stack, queue, priority_queue#include<iostream>#include<s 阅读全文
posted @ 2017-10-08 10:12 gwj1139177410 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 50 下一页
选择