摘要: 比赛链接:https://atcoder.jp/contests/abc218/tasks A - Weather Forecast 题意 判断一个字符串的第 \(n\) 个字符是否为 o 。 题解 模拟。 代码 #include <bits/stdc++.h> using namespace st 阅读全文
posted @ 2021-09-13 16:15 Kanoon 阅读(193) 评论(2) 推荐(0) 编辑