Given a positive integer n, count the number of sets of positive integers x1<x2<x3<x4 such that: x1+x2+x3+x4=n
Input:
10
Output:
1