随笔分类 -  AtCoder

摘要:题目链接: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; 阅读全文
posted @ 2019-03-29 13:52 Bil369 阅读(300) 评论(0) 推荐(0)
摘要:题目链接:https://atcoder.jp/contests/abc121 A White Cells 分析:题目数据规模很小,直接暴力修改都可以。或者可以推出公式. 代码: 1 #include <iostream> 2 #include <cstdio> 3 4 using namespac 阅读全文
posted @ 2019-03-27 23:37 Bil369 阅读(353) 评论(0) 推荐(0)
摘要:题目链接:https://abc115.contest.atcoder.jp/ A Christmas Eve Eve Eve 题目: Time limit : 2sec / Memory limit : 1024MB Score : 100 points Problem Statement In 阅读全文
posted @ 2018-12-09 00:17 Bil369 阅读(552) 评论(0) 推荐(0)