typestatusdateslugsummarytagscategoryiconpassword学习小结:例题一:https://www.lanqiao.cn/problems/3845/learning/?page=1&first_category_id=1&sort=difficulty&asc=1题目描述:一道异或求回文数的题目 题解:先写一个暴力做法 考虑一下怎么进行优化呢python根本出不来,学会这个检查回文数的方式就行 问题and重点 例题二:https://www.lanqiao.cn/problems/4357/learning/?page=2&first_category_id=1&sort=difficulty&asc=1题目描述并查集寻找连通数题解: 问题and重点 例题三: 题目描述:数学问题,斐波那契博弈,如果是数量再斐波那契数列里面,先手一定输所以就是找规律题解: 问题and重点: 题目四:https://www.lanqiao.cn/problems/3846/learning/?page=2&first_category_id=1&sort=difficulty&asc=1大衣的飞机场 题目描述:就是一个统计数字的题目,直接使用int配合defaultdict就行 题解: Author:xiaowaaaURL:https://www.xiaowaaa.asia//article/1ac5df8d-8884-80db-ba4f-df1ff88b9030Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!算法练习Day14算法练习Day12