CF630H.Benches

普及/提高-

通过率:0%

AC君温馨提醒

该题目为【codeforces】题库的题目,您提交的代码将被提交至codeforces进行远程评测,并由ACGO抓取测评结果后进行展示。由于远程测评的测评机由其他平台提供,我们无法保证该服务的稳定性,若提交后无反应,请等待一段时间后再进行重试。

题目描述

The city park of IT City contains nn east to west paths and nn north to south paths. Each east to west path crosses each north to south path, so there are n2n^{2} intersections.

The city funded purchase of five benches. To make it seems that there are many benches it was decided to place them on as many paths as possible. Obviously this requirement is satisfied by the following scheme: each bench is placed on a cross of paths and each path contains not more than one bench.

Help the park administration count the number of ways to place the benches.

输入格式

The only line of the input contains one integer nn ( 5<=n<=1005<=n<=100 ) — the number of east to west paths and north to south paths.

输出格式

Output one integer — the number of ways to place the benches.

输入输出样例

  • 输入#1

    5
    

    输出#1

    120
首页