huzhehan
斗王
斗皇 挑战中,剩余AC: 65
通过 135 题 (No. 474 ) 积分 1500

Email

nick13594008986@163.com

个性签名

games
mc
digdig
mic
buckshot
fly
sans
florr
generals
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;
}


注册于

2021-09-12 19:58:45

最后一次提交

2024-09-03 16:11:46

统计

  • Accepted
  • Wrong Answer
  • Runtime Error
  • Time Limit Exceeded
  • Memory Limit Exceeded
  • Compile Error

最近一年做题情况

6月7月8月9月10月11月12月1月2月3月4月5月周一周三周五
较少
较多