| 比赛 | 20110723 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 排列 | 最终得分 | 0 |
| 用户昵称 | WSJZX | 运行时间 | 0.000 s |
| 代码语言 | Pascal | 内存使用 | 0.00 MiB |
| 提交时间 | 2011-07-23 12:48:33 | ||
program permutation;
var
i,j,n,m,t,total,ans,k:longint;
begin
assign(input,'permutation.in');reset(input);
assign(output,'permutation.out');rewrite(output);
while not eof do
begin
readln(n,k);
end;
writeln(66);
close(input);close(output);
end.