04 2020 档案

摘要:" 官方题解!" 我裂开了.jpg A $p1=p2$特判掉,不妨设$p1 include using namespace std; int gcd(int n,int m){ return m?gcd(m,n%m):n; } int main() { freopen("color.in","r", 阅读全文
posted @ 2020-04-25 22:39 怀 阅读(193) 评论(0) 推荐(0)