Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104788 一只野生穹p 军事情报 C++ 解答错误 0 0 MS 256 KB 251 2023-10-04 09:32:09

Tests(0/5):


#include <iostream> #include <algorithm> #include <cstdio> #include <cmath> using namespace std; int n; int main() { scanf("%d", &n); long long ans = 1; for (int i = 1;i <= n - 1;i++) ans *= i; printf("%lld", ans); return 0; }


测评信息: