摘要: 比赛链接:https://atcoder.jp/contests/abc176 A - Takoyaki #include <bits/stdc++.h> using namespace std; int main() { int n, x, t; cin >> n >> x >> t; cout 阅读全文
posted @ 2020-08-28 00:00 Kanoon 阅读(301) 评论(0) 推荐(0)