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

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("%d", ans); return 0; }


测评信息: