8 条题解

  • 0
    @ 2024-11-26 12:58:05

    #include<bits/stdc++.h> using namespace std; int main() { int n,t=0; cin>>n; for(int i=1;i<=n;i++) { if(n%i==0) { t++; } } cout<<"total="<<t; return 0; }

    • @ 2024-11-26 12:58:52

      sb

    • @ 2024-11-26 12:59:34

      LLLLLLLLLLL

信息

ID
68
时间
1000ms
内存
256MiB
难度
3
标签
递交数
110
已通过
62
上传者