Codeforces Round #713 Div3 Solutions

Problem F is interesting because it need DP and Greedy at same time. Problem G is just brute force to build a prepared data. So not very funny. Problem a little bit complex to implement. Nothing special for other problems.…

Codeforces Round #697 Div3 Solution

This round of Div3 is interesting. Problem G is a basic DP + number theory + very strict time limit. The problem F is a complex implementation problem. The problem D sounds like DP. But actually just a greedy and binary search problem. Interesting.…