NWU_ACM

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

2017年4月6日

摘要: 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 #include <cmath> 5 #include <cstdio> 6 #define _xx ios_base::sync_with_stdio(0);ci 阅读全文
posted @ 2017-04-06 20:12 NWU_ACM 阅读(206) 评论(0) 推荐(0) 编辑

摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 int M, N; 6 while (cin >> M >> N) { 7 if (M <= N) { 8 for (int i = M ; i <= N; i+ 阅读全文
posted @ 2017-04-06 19:24 NWU_ACM 阅读(62) 评论(0) 推荐(0) 编辑