上进小青年

导航

2016年9月3日

CCF真题Z型输出

摘要: 1 #include<stdio.h> 2 #include<iostream> 3 #include<string.h> 4 #include<algorithm> 5 using namespace std; 6 int main() 7 { 8 int n; 9 int a[505][105] 阅读全文

posted @ 2016-09-03 16:24 上进小青年 阅读(177) 评论(0) 推荐(0) 编辑

sort函数CCF

摘要: 题是比较水的啦,但是好久没有用sort函数啦,有点生疏^...^ 1 #include<stdio.h> 2 #include<string.h> 3 #include<iostream> 4 #include<algorithm> 5 using namespace std; 6 struct s 阅读全文

posted @ 2016-09-03 13:00 上进小青年 阅读(235) 评论(0) 推荐(0) 编辑