摘要: #include<iostream> #include<algorithm> using namespace std; const int maxn = 110; typedef long long ll; struct Node { long long x, y; ll gcd(ll a, ll 阅读全文
posted @ 2021-04-14 14:20 loliconsk 阅读(60) 评论(0) 推荐(0)