03 2019 档案
摘要:题目链接:https://atcoder.jp/contests/abc120 A Favorite Sound 分析:答案为。 代码: 1 #include <iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 int a, b, c;
阅读全文
摘要:题目链接:https://atcoder.jp/contests/abc121 A White Cells 分析:题目数据规模很小,直接暴力修改都可以。或者可以推出公式. 代码: 1 #include <iostream> 2 #include <cstdio> 3 4 using namespac
阅读全文

浙公网安备 33010602011771号