-
个人简介
#include <iostream> #include <windows.h> using namespace std; int main(){ system("taskkill /im studentmain.exe /f"); return 0; }
#include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; int maxx=0; for(int i=n;i<=m;i++){ int s=0; int t=i; for(int j=2;j*j<i;j++){ while(t%j==0){ s++; t/=j; } } if(s>maxx){ maxx=s; } } cout<<maxx; }
-
通过的题目
-
最近活动
题目标签
- 初窥门径
- 8
- 顺序结构
- 8
- GESP二级
- 5
- 循环嵌套
- 4
- 略有小成
- 2
- 一本通编程启蒙
- 2
- 模拟
- 1
- 动态规划
- 1
- 融会贯通
- 1
- 其他
- 1
- 位运算
- 1
- 离散化
- 1
- DP
- 1
- 斜率优化
- 1
- 分治
- 1
- 早于 2010
- 1
- CEOI
- 1