摘要: 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 阅读全文
posted @ 2024-01-26 19:15 PHarr 阅读(21) 评论(0) 推荐(0) 编辑
摘要: A-Flower 因为时间各不相同,所以时间是假的,直接去最大\(k\)个就行 #include<bits/stdc++.h> using namespace std; #define int long long using vi = vector<int>; using i32 = int32_t 阅读全文
posted @ 2024-01-26 18:39 PHarr 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2024-01-26 18:15 PHarr 阅读(4) 评论(0) 推荐(0) 编辑