摘要:
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 阅读全文
摘要:
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) 阅读全文