人生第一场 AtCoder,纪念一下 话说年后的 AtCoder 比赛怎么这么少啊(大雾 AtCoder Beginner Contest 154 题解 A - Remaining Balls We have A balls with the string S written ...
总的来说,这次的题目比较水,然而菜菜的我并没有把所有题目都做完, 话不多说,直接来干货: A:Next Alphabet 题目链接:https: atcoder.jp contests abc tasks abc a AC代码: B: Achieve the Goal 题目链接:https: atcoder.jp contests abc tasks abc b AC代码: C:Welcome t ...
2020-01-13 23:29 0 239 推荐指数:
人生第一场 AtCoder,纪念一下 话说年后的 AtCoder 比赛怎么这么少啊(大雾 AtCoder Beginner Contest 154 题解 A - Remaining Balls We have A balls with the string S written ...
AtCoder Beginner Contest 216 个人题解 比赛链接:AtCoder Beginner Contest 216 每篇一图 A题 Signed Difficulty 题目大意: 给出一个小数,根据小数部分改写 \(+,-\) 思路解析: 直接判断即可 AC ...
A:Seismic magnitude scales 题意: 求 \((a-b)^{32}\) 。 思路: 直接求即可。 B:typo 题意: 定义一种操作为交换两个字符串相邻的字符,问 ...
AtCoder Beginner Contest 173 题解 目录 AtCoder Beginner Contest 173 题解 A - Payment B - Judge Status Summary C - H and V ...
本场链接:AtCoder Beginner Contest 199 A - Square Inequality B - Intersection C - IPFL 为了实现操作2,不妨将原来的整个字符串切割成S1,S2。对于操作2,直接swap(s1,s2)即可。对于操作1,讨论 ...
\(A,B\) 题太水了,不说了(A题还错了一次) C题 Calendar Validator 有一张行数无限大,列数为 \(7\) 的矩阵,第 \(i\) 行第 \(j\) 列的值为 \((i- ...
AtCoder Beginner Contest 177 题解 目录 AtCoder Beginner Contest 177 题解 A - Don't be late B - Substring C - Sum of product ...
果然abc都是手速场。 倒序开的qwq。 D题因为忘记1e12二进制几位上界爆了一发。 A - Entrance Examination 就是除一下就行了。。。 看样例猜题意系列。 B - ...