| 比赛 | 状态压缩DP练习 | 评测结果 | AAAAAAAAAAAAAAAAAAAA |
|---|---|---|---|
| 题目名称 | 棋盘上的車 | 最终得分 | 100 |
| 用户昵称 | Harry Potter | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2019-10-23 19:58:57 | ||
#include <iostream>
#include <cstdio>
#include <iomanip>
#include <cmath>
using namespace std;
int che()
{
freopen("rook.in","r",stdin);
freopen("rook.out","w",stdout);
long long n,t=1;
cin>>n;
for(int i=1;i<=n;i++)
t=t*i;
cout<<t;
return 0;
}
int huhu=che();
int main(){;}