摘要: Problem A. The Third Cup is Free 签到 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int inf=0x3f3f3f3f; 4 const int maxn=100005; 5 int T,n,a 阅读全文
posted @ 2017-09-26 21:26 myhappinessisall 阅读(300) 评论(0) 推荐(0) 编辑
摘要: A 签到,注意%k 1 #include <bits/stdc++.h> 2 const long long mod = 1e9+7; 3 const double ex = 1e-10; 4 #define inf 0x3f3f3f3f 5 using namespace std; 6 long 阅读全文
posted @ 2017-09-26 21:12 myhappinessisall 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 2017 Multi-University Training Contest - Team 10 rank 71 1002 Array Challenge BM算法 View Code 1008 Monkeys 二二猴子配对 View Code 1010 Schedule 贪心 View Code 阅读全文
posted @ 2017-09-26 21:04 myhappinessisall 阅读(126) 评论(0) 推荐(0) 编辑