有一些中国剩余定理背景的数论题 摘要:解题思路:本质上就是判断是否n%i==i-1,1<=i<=m。注意事项:参考代码:#include<bits/stdc++.h>//时间复杂度O(T) using namespace std;int …… 题解列表 2023年05月12日 0 点赞 3 评论 474 浏览 评分:9.9
蓝桥杯2022年第十三届决赛真题-取模(C/C++/Java组) 摘要:解题思路:简单暴力注意事项:用scanf能过,cin过不了参考代码:#include<iostream>#include<unordered_map>using namespace std;int t…… 题解列表 2023年06月01日 0 点赞 1 评论 470 浏览 评分:9.9