NWU_ACM

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

2017年4月21日

摘要: #include #include #include #include #include #include #include using namespace std; int extend_gcd(int a, int b, int &x, int &y) { if (b == 0) { x = 1, y = 0; return a; ... 阅读全文
posted @ 2017-04-21 23:22 NWU_ACM 阅读(132) 评论(0) 推荐(0) 编辑

摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include #include #include #include #include #define LL long long #define lp(s,i,n) for(int i = s;i >a) { ... 阅读全文
posted @ 2017-04-21 16:55 NWU_ACM 阅读(115) 评论(0) 推荐(0) 编辑