摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
2017 Multi-University Training Contest - Team 10 rank 71 1002 Array Challenge BM算法 View Code 1008 Monkeys 二二猴子配对 View Code 1010 Schedule 贪心 View Code 阅读全文