Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
組み合わせ論
組み合わせ
Module:
組み合わせ
Problem
3
/3
チェス盤
Problem
NxN
K
個のルークをチェス盤に配置して互いに攻撃しないようにする方法の数を見つける必要があります。すべてのルークは同等と見なされます。
入力
入力ファイルには、自然数
N
と
K
が含まれています (
\(1 <= N, K <= 8 \)
).
出力
単一の整数を出力 - 問題の答え
例
<頭>
#
入力
出力
<本体>
1
8 8
40320
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary