NWU_ACM

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年2月23日

摘要: 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 6 using namespace std; 7 8 int n,m; 9 10 int main(){ 11 12 13 14 i 阅读全文
posted @ 2017-02-23 22:35 NWU_ACM 阅读(99) 评论(0) 推荐(0) 编辑

摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <cstdlib> 5 #include <algorithm> 6 using namespace std; 7 8 int a[1005][1001] 阅读全文
posted @ 2017-02-23 21:17 NWU_ACM 阅读(112) 评论(0) 推荐(0) 编辑