CF630F.Selection of Personnel

普及/提高-

通过率:0%

AC君温馨提醒

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

题目描述

One company of IT City decided to create a group of innovative developments consisting from 55 to 77 people and hire new employees for it. After placing an advertisment the company received nn 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.

输入格式

The only line of the input contains one integer nn ( 7<=n<=7777<=n<=777 ) — the number of potential employees that sent resumes.

输出格式

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

输入输出样例

  • 输入#1

    7
    

    输出#1

    29
首页