首页
DreamJudge
院校信息
考研初试
机试真题
讨论区
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
James
2021年3月20日 18:22
各个位置和为3的倍数同时至少有一个零则满足条件
P1736
回复 0
|
赞 4
|
浏览 9.9k
#include <iostream> #include <algorithm> #include <stack> #include <string.h> #include <stdio.h> #include <queue> using namespace std; const int maxn=10005; bool cmp(int x,int y){ return x>y; } string s; int a[maxn]; int main(){ ...
1
2
题目
求30的倍数
题解数量
11
发布题解
在线答疑
热门题解
1
直接调用全排列函数,这类题直接秒杀
2
求30的倍数 题解:
3
求30的倍数 题解:挑战最短代码ac
4
求30的倍数 题解:冷知识,能被3整除的数每位加起来的和也可以被3整除
5
求30的倍数 题解:暴力之prev_permutation
6
求30的倍数 题解:数学优化
7
各个位置和为3的倍数同时至少有一个零则满足条件
8
求30的倍数 题解:写多了,家人们一定要赋初始值
9
求30的倍数 题解:C++全排列函数
10
全排列