摘要: 因式分解之后发现,满足条件的x要么是奇数,要么是4的倍数 #include <iostream> #include <stdio.h> #include <algorithm> #include <string> #include <cmath> #define R(x) x = read() #d 阅读全文
posted @ 2024-04-08 11:04 Gold_stein 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 暴力 直接暴力枚举区间,并且逐个判断 #include <iostream> #include <stdio.h> #include <algorithm> #include <string.h> #include <string> #include <cmath> #define R(x) x = 阅读全文
posted @ 2024-04-08 10:51 Gold_stein 阅读(10) 评论(0) 推荐(0) 编辑