摘要:
比赛链接:https://atcoder.jp/contests/abc215/tasks A - Your First Judge 题意 如果一个字符串是 Hello,World! ,输出 AC ,否则输出 WA 。 题解 模拟。 代码 #include <bits/stdc++.h> using 阅读全文
摘要:
比赛链接:https://codeforces.com/contest/1549 A. Gregor and Cryptography 题解 构造。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_wit 阅读全文