In Python, converting between strings and integers is extremely time-consuming and can easily lead to timeouts. In the problem [NOIP 2013 Popularization Group] Counting Problem, I kept converting to strings inside nested loops, which caused a timeout.
Overall, nothing was too difficult, but I feel some problems have many pitfalls. I think I still lack a bit of mathematical thinking; many problems can be solved directly with brute force.