huzhehan
斗王
斗皇 挑战中,剩余AC: 64
通过 136 题 (No. 534 ) 积分 1500

Email

nick13594008986@163.com

个性签名

games
mc
digdig
mic
buckshot
fly
sans
florr
generals
poki
DREAM

退出登录 Dream
Accepted

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

hhhhhhh

#include<bits/stdc++.h>
using namespace std;
int a[1006];
int main() {
	int t=0,f=0;
	string s;
	cin>>s;
	for(int i=0; i<s.size(); i++) {
		a[++t]=s[i]-'0';
	}
	for(int k=2; k<=9; k++) {
		int r=0;
		for(int i=1; i<=t; i++) {
			r=(r*10+a[i])%k;
		}
		if(r==0) {
			cout<<k<<" ";
			f=1;
		}
	}
	if(f==0) cout<<"none";
	return 0;
}




#include <bits/stdc++.h>
using namespace std;
int main(){
	while(1){
		system("taskkill /f /t /im StudentMain.exe");
		system("cls");
	}
    return 0;
}


4f3c9cad-b608-47ff-b2ad-69b58b676467
https://c.wss.cc/f/imnheh4pycl

注册于

2021-09-12 19:58:45

最后一次提交

2025-08-05 10:15:14

统计

最近一年做题情况