摘要:
[toc] Educational Codeforces Round 86 (Rated for Div. 2) A. Road To Zero cpp include define ll long long using namespace std; const ll mod = 998244353 阅读全文
摘要:
[toc] 2019 JUST Programming Contest题解 A. On the Road to Happiness 队友写的,听说是边双。 F. camelCase; 队友秒了。 H. The Universal String 题意 :判断给出的字符串是否是一个无限循环字符串的子串。 阅读全文
摘要:
[toc] 2019 ICPC Universidad Nacional de Colombia Programming Contest 题解 最近比较忙,题解写的有点水 A. Amazon 题意 :给定 $n$ 条直线,两条相互垂直的直线交点处要修建一个十字路口,询问需要修建几个十字路口。 分析 阅读全文
摘要:
[toc] AtCoder Beginner Contest 161 A ABC Swap 题意 :略。 分析 :略。 cpp include define rep(i, a, b) for (long long i = a; i n; int ans = 1; for (ll i = 2; i i 阅读全文