摘要: 第一次 ak ABC,纪念一下。 比赛链接:https://atcoder.jp/contests/abc174 A - Air Conditioner #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> 阅读全文
posted @ 2020-08-02 22:30 Kanoon 阅读(369) 评论(0) 推荐(1) 编辑