Write an algorithm (C program) to decompose any integer N, decompose into a plurality of integrated positive integers, and print all possible combinations. For example: n = 6, the combination is 1 5, 2 4, 1 2 3.