# kick start 2021

## round C

要充分考虑边界条件，自己多做测试，前面两个题目不用考虑暴力算法，需要全部拿下。

### smaller strings

[自己做的](https://github.com/niyunsheng/note-algorithm/tree/12c3a94b4a068c265076beee458f76a6c9309e8a/kickstart/2021C1.cpp) [参考答案](https://github.com/niyunsheng/note-algorithm/tree/12c3a94b4a068c265076beee458f76a6c9309e8a/kickstart/2021C1-ans.cpp)
