NHR110821
大斗师
排名 940
距离下一等级 斗灵 还需AC 23 题

真实姓名

不显示

Email

23731007@qq.com

个性签名

#include<bits/stdc++.h> using namespace std; bool ss(int a){ for(int i=2;i<a;i++){ if(a%i==0){ return 0; } } return 1; } int zz(int a){ for(int i=a;i>=1;i--){ if(a%i==0&& ss(i)){ return i; } } }

int main(){ int n,m,x=0;; cin>>n>>m; for(int i=n;i<=m;i++){ if(x==0){ cout<<zz(i); x=1; }else{ cout<<","<<zz(i); } } return 0; }

注册于

2021-10-14 21:37:10

统计

  • 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月周一周三周五
较少
较多