摘要: 比赛链接:https://atcoder.jp/contests/abc212/tasks A - Alloy 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin 阅读全文
posted @ 2021-08-01 01:16 Kanoon 阅读(120) 评论(3) 推荐(0) 编辑