摘要: Codeforces Round 933 (Div. 3) A - Rudolf and the Ticket 解题思路: 暴力。 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using pii = 阅读全文
posted @ 2024-03-12 22:29 value0 阅读(93) 评论(0) 推荐(0)