Time Limit: 500MS |
| Memory Limit: 65536KB |
| 64bit IO Format: %I64d & %I64u |
Description 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 Input The only line of the input contains one integer n (7 ≤ n ≤ 777) — the number of potential employees that sent resumes. Output Output one integer — the number of different variants of group composition. Sample Input Input 7 Output 29 Source Experimental Educational Round: VolBIT Formulas Blitz
|