lz
Problem 123789456 >> @luoen |
gaoyuanhang @ 2025-06-28 15:08:26
lz
|
zhangxuanzhen @ 2025-07-06 16:49:20
快把这删了
|
zhangxuanzhen @ 2025-07-06 16:49:32
董老师要查
|
luoen @ 2025-07-06 17:15:12
好的
|
jinzhichen @ 2025-07-06 17:26:49
#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
原来你们也在线吗
|
libowei @ 2025-07-06 17:28:20
我半年没上讨论版了
|
libowei @ 2025-07-06 17:28:26
都快忘了
|
luoen @ 2025-07-06 19:29:53
@libowei,666
|