随笔分类 - Atcoder
摘要:AtCoder Beginner Contest 355A~E A - Who Ate the Cake?(模拟) 题意&思路 给的A和B如果不相等,那就是第三个人。否则推不出来 代码 #include <bits/stdc++.h> using namespace std; void solve(
阅读全文
摘要:AtCoder Beginner Contest 401 B~E B - Unauthorized(模拟) 代码 #include <iostream> #define endl '\n' using namespace std; int n, m, k; void solve() { string
阅读全文

浙公网安备 33010602011771号