摘要:
早上好!(00:50:13) 这次的比赛挺好的:总共做了 \(6\) 题。 A. Problem Generator 直接 map 统计就行。 #include<bits/stdc++.h> using namespace std; const int MAXN = 2e5+10; int T,n, 阅读全文
摘要:
C++模板 置顶 #include<bits/stdc++.h> using namespace std; #define endl '\n' //#define int long long namespace gtx{ // Fast IO void read(int &x){ x = 0;int 阅读全文
摘要:
Another Filling the Grid 题目信息 题目链接 Luogu CF1228E 题目描述 You have $ n \times n $ square grid and an integer $ k $ . Put an integer in each cell while sat 阅读全文
摘要:
榜单 # 提交者 = * A B C D E F 1(2055) gutongxing2026 1388 -1 488 900 A #include<bits/stdc++.h> using namespace std; int T,n,m; signed main(){ scanf("%d",&T 阅读全文