蓝桥杯2024年第十五届省赛真题-数字诗意,纯暴力!!! 摘要:解题思路: 排除2的n次幂就行了注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个长整型数组,用于存储…… 题解列表 2024年11月27日 8 点赞 0 评论 2123 浏览 评分:0.0
蓝桥杯2024年第十五届省赛真题-数字诗意 最优雅写法 摘要:```cpp #include #define int long long using namespace std; signed main() { int n = 1, m, …… 题解列表 2024年04月23日 3 点赞 3 评论 1550 浏览 评分:10.0
数字诗意(找规律) 摘要:解题思路:有诗意的数注意事项:参考代码:#include<iostream>#include<cstring>#include<algorithm>using namespace std;typede…… 题解列表 2024年04月16日 0 点赞 0 评论 994 浏览 评分:4.7