摘要:
P8761 [蓝桥杯 2021 国 BC] 大写 #include<bits/stdc++.h> using namespace std; #define int long long using vi = vector<int>; using i32 = int32_t; using pii = p 阅读全文
摘要:
A-Flower 因为时间各不相同,所以时间是假的,直接去最大\(k\)个就行 #include<bits/stdc++.h> using namespace std; #define int long long using vi = vector<int>; using i32 = int32_t 阅读全文
摘要:
7-1 最好的文档 #include <bits/stdc++.h> using namespace std; using i32 = int32_t; i32 main() { ios::sync_with_stdio(false), cin.tie(nullptr); cout << "Good 阅读全文