摘要: 【打表题】 题目都很简单 只需要打一个表就能看出来!!! 一定要想到小范围数打表找规律 召唤数学精灵 https://www.lanqiao.cn/problems/19700/learning/?page=1&first_category_id=1&name=召唤数学精灵 枚举1-1000内的数有 阅读全文
posted @ 2025-04-08 13:28 White_ink 阅读(9) 评论(0) 推荐(0)
摘要: 【搜索专题】 买瓜 https://www.lanqiao.cn/problems/3505/learning/ 注意本题的dp和剪枝思想! /*注意本题剪枝的后缀和思想*/ #include<iostream> #include<cstdio> #include<algorithm> using 阅读全文
posted @ 2025-04-08 11:59 White_ink 阅读(5) 评论(0) 推荐(0)
摘要: 【高精度运算】 板子很重要! 平方差 https://www.lanqiao.cn/problems/3213/learning/ 要注意很多细节问题:特别是比大小! #include<iostream> #include<cstdio> #include<cstring> #include<str 阅读全文
posted @ 2025-04-08 11:25 White_ink 阅读(8) 评论(0) 推荐(0)