摘要: T287328 求和(正经题目)(有数据) 题解 题目 30分 暴力: #include<bits/stdc++.h> #define for1(i,a,b) for(int i=a;i<=b;i++) #define ll long long using namespace std; ll gcd(ll a,ll b) { if(b==0) re 阅读全文
posted @ 2022-10-28 09:11 yyx525jia 阅读(42) 评论(0) 推荐(0)