Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104950 李承瀚 军事情报 C++ 编译错误 0 0 MS 0 KB 344 2023-10-04 11:21:10

Tests(0/0):


#include<iostream> #include<bits/stdc++.h> using namespace std; typedef long long ll; ll s[1001] int mian(){ s[1]=0; s[2]=1; for(int i=3;i<=1000;i++) { s[i]=(i-1)*(s[i-1]+s[i-2]); } int n; while(cin>>n) printf("%d\n",s[n]); return 0; } cout<<a[n]<<endl; return 0; }


测评信息: