09 2021 档案
摘要:比赛链接:https://atcoder.jp/contests/abc220/tasks A - Find Multiple 题意 判断 \([a, b]\) 中是否有 \(c\) 的倍数。 \(1 \le a \le b \le 1000\) \(1 \le c \le 1000\) 题解 模拟
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc219/tasks A - AtCoder Quiz 2 题意 给出一个分数 \(x\) ,共分为四级: \(0 \le x \lt 40\) \(40 \le x \lt 70\) \(70 \le x \lt 90\) \(
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc218/tasks A - Weather Forecast 题意 判断一个字符串的第 \(n\) 个字符是否为 o 。 题解 模拟。 代码 #include <bits/stdc++.h> using namespace st
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc217/tasks A - Lexicographic Order 题意 给出两个字符串 \(s,t\) ,若 \(s\) 字典序小于 \(t\) 输出 Yes ,否则输出 No 。 题解 模拟。 代码 #include <bi
阅读全文

浙公网安备 33010602011771号