5 条题解

  • 0
    @ 2026-4-19 10:21:36

    #include <bits/stdc++.h> using namespace std; int main() { long long n,s=1; cin >> n; for (int i=1; i<=n ;i++) { s*=i; } cout << s << endl; return 0;

    }

    • 0
      @ 2026-4-19 10:20:12

      #include <bits/stdc++.h> using namespace std; int main() { int a; long long s=1; cin>>a; for(int i=1;i<=a;i++) { s*=i; } cout<<s; return 0;

      }

      • 0
        @ 2025-12-21 17:13:51

        状态 评测队列 服务状态 开发 开源 支持 帮助 联系我们 关于 关于 隐私 服务条款 版权申诉 Language 兼容模式 主题 Worker 0, 42msPowered by Hydro v5.0.0-beta.15 Community

        • 0

          #include <bits/stdc++.h> using namespace std; int main() { long long a,b=1; cin >> a; for(int i=1;i<=a; i++) { b=b*i; } cout << b << endl; return 0; }

          • 0
            @ 2025-7-7 18:05:14

            gburgbergurgubrtthrsbgtrutvsygekrltyrturthguogwruleghgihfgth
            ththhthththttthhththttttttththththttht

            • 1

            信息

            ID
            199
            时间
            1000ms
            内存
            256MiB
            难度
            6
            标签
            递交数
            64
            已通过
            20
            上传者