2025年1月16日

摘要: https://codeforces.com/problemset/problem/1610/B #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair 阅读全文
posted @ 2025-01-16 22:32 laileou 阅读(11) 评论(0) 推荐(0)
 
摘要: 原题链接:https://codeforces.com/problemset/problem/2050/G 题解链接:https://blog.csdn.net/Lazy_ChessPlayer/article/details/144279298 #include<bits/stdc++.h> #d 阅读全文
posted @ 2025-01-16 11:37 laileou 阅读(7) 评论(0) 推荐(0)