摘要: C - The Football Season 求gcd,遍历下p/w向下w个值即可,复杂度O(w) 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int maxn = 1e3+7; 阅读全文
posted @ 2019-10-13 21:44 wa007 阅读(253) 评论(0) 推荐(0) 编辑