摘要: Codeforces Round 958 (Div. 2) 2024-07-17 —yimg A 签到题 代码: #include<bits/stdc++.h> using namespace std; using ll = long long; void work() { int n, k; ci 阅读全文
posted @ 2024-07-17 02:44 _yimg 阅读(35) 评论(0) 推荐(1)
摘要: Codeforces Round 957 (Div. 3) 2024-07-12 —yimg A 签到题 代码: #include<bits/stdc++.h> using namespace std; void work() { vector<int> a(3); for(int i = 0; i 阅读全文
posted @ 2024-07-13 05:23 _yimg 阅读(166) 评论(0) 推荐(0)
摘要: Codeforces Round #956 (Div. 2) and ByteRace 2024 A 签到题 代码: #include<bits/stdc++.h> using namespace std; void work() { int n; cin >> n; for(int i = 1; 阅读全文
posted @ 2024-07-10 03:05 _yimg 阅读(127) 评论(0) 推荐(0)
摘要: Educational Codeforces Round 166(A-D题解) Educational Codeforces Round 166 2024-06-03 —yimg A 签到题 代码: #include<bits/stdc++.h> using namespace std; void 阅读全文
posted @ 2024-06-03 02:27 _yimg 阅读(46) 评论(0) 推荐(2)
摘要: Codeforces Round 948 (Div. 2) 2024-05-26 —yimg A 签到题 代码: #include<bits/stdc++.h> using namespace std; void work() { int n, m; cin >> n >> m; if(n < m) 阅读全文
posted @ 2024-05-29 14:08 _yimg 阅读(133) 评论(0) 推荐(0)