HUST Online Judge WebBoard
Problem 123789456 >> @luoen
gaoyuanhang @ 2025-06-28 15:08:26
[ Quote ] [ Edit ] [ Delete ] 1#
lz
zhangxuanzhen @ 2025-07-06 16:49:20
[ Quote ] [ Edit ] [ Delete ] 2#
快把这删了
zhangxuanzhen @ 2025-07-06 16:49:32
[ Quote ] [ Edit ] [ Delete ] 3#
董老师要查
luoen @ 2025-07-06 17:15:12
[ Quote ] [ Edit ] [ Delete ] 4#
好的
jinzhichen @ 2025-07-06 17:26:49
[ Quote ] [ Edit ] [ Delete ] 5#
#include<bits/stdc++.h>
using namespace std;
int main(){
int sum=0;
int x;
cin>>x;
for(int i=1;i<=x;i++){
for(int j=1;j<=x;j++){
if(i%j==0){
sum++;
}
}
}
cout<<sum;
return 0;
}
libowei @ 2025-07-06 17:28:02
[ Quote ] [ Edit ] [ Delete ] 6#
原来你们也在线吗
libowei @ 2025-07-06 17:28:20
[ Quote ] [ Edit ] [ Delete ] 7#
我半年没上讨论版了
libowei @ 2025-07-06 17:28:26
[ Quote ] [ Edit ] [ Delete ] 8#
都快忘了
luoen @ 2025-07-06 19:29:53
[ Quote ] [ Edit ] [ Delete ] 9#
@libowei,666