2466.Selection of Personnel

Time Limit: 1s Memory Limit: 256MB

One company of IT City decided to create a group of innovative developments consisting from 5 to 7 people and hire new employees for it. After placing an advertisment the company received n resumes. Now the HR department has to evaluate each possible group composition and select one of them. Your task is to count the number of variants of group composition to evaluate.

Input Format(From the terminal/stdin)

The only line of the input contains one integer n (7 \le n \le 777) - the number of potential employees that sent resumes.

Output Format(To the terminal/stdout)

Output one integer - the number of different variants of group composition.

Sample Input

Copy
7
 \n

Sample Output

Copy
29
  \n

Submit

请先 登录

© 2025 FAQs