跳到主要内容
图灵 OJTURING / ONLINE JUDGE

#F1355. Benches

    ID: 1361 传统题 2000ms 256MiB 尝试: 0 已通过: 0 难度: 3 上传者: 标签>组合数学数学基础难度共享题库Codeforces英文题面题目来源题面语言

Benches

题目描述

H. Benches
time limit per test
0.5 seconds
memory limit per test
64 megabytes
input
standard input
output
standard output

The city park of IT City contains n east to west paths and n north to south paths. Each east to west path crosses each north to south path, so there are n2 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.

Input

The only line of the input contains one integer n (5≤n≤100) − the number of east to west paths and north to south paths.

Output

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

Examples
Input
5
Output
120

题目来源:fps-www.educg.net-codeforce-1-2833.xml.zip;FPS 共享题包,题包内第 854 题。保留原作者与原赛事署名。