两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
2020-2021:teams:intrepidsword:2020.05.01-2020.05.07_周报 [2020/05/09 12:07] chielo [jsh] |
2020-2021:teams:intrepidsword:2020.05.01-2020.05.07_周报 [2020/05/16 22:22] (当前版本) chielo [jsh] |
||
---|---|---|---|
行 16: | 行 16: | ||
==== jsh ==== | ==== jsh ==== | ||
+ | * 5/2 - Codeforces Round #393 (Div. 1): ''pro: 4/6'' | ||
+ | * 5/4 - AtCoder Beginner Contest 165: ''pro: 6/6'' | ||
+ | * 5/5 - 杂题 1000、1800,6 题一小时: ''pro: 6/6'' | ||
+ | * 5/6 - Codeforces Round #639 (Div. 1): ''pro:4/6'' | ||
+ | * 5/7 - Codeforces Round #613 (Div. 2): ''pro:5/6'' | ||
- | 2, 4, 5, 6, 7 日进行了个人训练。 | + | 详细:[[.:jiangshenghu:2020.05.01-2020.05.07 周报]] |
- | + | ||
- | 详细个人周报:[[.:jiangshenghu:2020.05.01-2020.05.07_周报]] | + | |
行 42: | 行 45: | ||
==== jsh ==== | ==== jsh ==== | ||
- | [[https://codeforces.com/contest/759/problem/D|Codeforces Round #393 (Div. 1): D. Bacterial Melee]] | + | === Codeforces Round #393 (Div. 1): D. Bacterial Melee === |
+ | [[https://codeforces.com/contest/759/problem/D|题目链接]] | ||
- | 题意: | + | == 题意 == |
给一个字符串,字符可以把相邻的字符变得和自己一样,随便进行这样的操作若干次,问最后有多少种不同的字符串。 | 给一个字符串,字符可以把相邻的字符变得和自己一样,随便进行这样的操作若干次,问最后有多少种不同的字符串。 | ||
- | 题解: | + | == 题解 == |
会发现最终的字符串中,字符的顺序应当和给定的字符串中字符的顺序一样,只不过给定的字符串有的字符跳过去了(吞没了)。 | 会发现最终的字符串中,字符的顺序应当和给定的字符串中字符的顺序一样,只不过给定的字符串有的字符跳过去了(吞没了)。 |