08 2021 档案
摘要:比赛链接:https://atcoder.jp/contests/abc216/tasks A - Signed Difficulty 题意 给出一个 x.y 形式的实数,按以下格式转换: \(0 \le y \le 2\) ,输出 x- \(3 \le y \le 6\) ,输出 x \(7 \l
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc215/tasks A - Your First Judge 题意 如果一个字符串是 Hello,World! ,输出 AC ,否则输出 WA 。 题解 模拟。 代码 #include <bits/stdc++.h> using
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc213/tasks A - Bitwise Exclusive Or 题意 给出两个值在 \([0, 255]\) 间的数 \(a,b\) ,找到一个非负数 \(c\) 使得 \(a \oplus c = b\) 。 题解 由异
阅读全文
摘要:比赛链接:https://codeforces.com/contest/1549 A. Gregor and Cryptography 题解 构造。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_wit
阅读全文
摘要:比赛链接:https://atcoder.jp/contests/abc212/tasks A - Alloy 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin
阅读全文

浙公网安备 33010602011771号