摘要: 。。。 阅读全文
posted @ 2017-11-18 21:21 Chenyuanyang0001 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 题目:好路线 题目描述:不告诉你 思路: 程序: 1 #include<bits/stdc++.h> 2 const int maxn=50+5; 3 const int inf=1e9+7; 4 using namespace std; 5 inline void read(int &x) 6 { 阅读全文
posted @ 2017-11-05 14:22 Chenyuanyang0001 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/MashiroSky/p/6009685.html 阅读全文
posted @ 2017-11-04 21:24 Chenyuanyang0001 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 枚举哪一个点是开始的点和公差就可以了。 1 #include<bits/stdc++.h> 2 #define ll long long 3 inline void read(int &x) 4 { 5 6 x=0;int k=1;char c=getchar(); 7 while(c<'0'||c 阅读全文
posted @ 2017-11-04 19:16 Chenyuanyang0001 阅读(72) 评论(0) 推荐(0) 编辑
摘要: #sideBar,#blog_post_info_block { display: none;}#under_post_news { display: none;}/*评论框大小*/#tbCommentBody.comment_textarea{ width:890px;}/*尾部间距*/#foot 阅读全文
posted @ 2017-11-03 23:56 Chenyuanyang0001 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 今天考的可是NOI plus的难度,只好打暴力了。 阅读全文
posted @ 2017-11-03 17:30 Chenyuanyang0001 阅读(127) 评论(0) 推荐(0) 编辑