摘要: 比赛链接:https://atcoder.jp/contests/abc205 A - kcal #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullp 阅读全文
posted @ 2021-06-17 22:00 Kanoon 阅读(81) 评论(0) 推荐(0) 编辑