huzhehan
斗王
排名 465
距离下一等级 斗皇 还需AC 65 题

真实姓名

不显示

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

统计

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

练习情况

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