4 条题解
- 1
信息
- ID
- 265
- 时间
- 1000ms
- 内存
- 16MiB
- 难度
- 1
- 标签
- 递交数
- 143
- 已通过
- 99
- 上传者
#include<bits/stdc++.h>
using namespace std;
int main()
{
int x=1000;
while(x--)
if (555555%x==0)
{
cout<<x;
return 0;
}
return 0;
}
或者
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<777;
return 0;
}
都是好评
你是老六!
#include <bits/stdc++.h>
using namespace std;
#define ll unsigned long long
int main(){
cout<<777;
}
核心代码:
{
int c;//定义
for (int i=100;i<=999;i++)//把所有的三位数都是一般
{
if (555555%i==0)
{
c=i;
}
}
cout << c;
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout << 777;
return 0;
}
555555 = 3 * 5 * 7 * 11 * 13 * 37, 37 * 7 * 3 = 777