Description
Write the function void fun(int x, int *p, int *n), implementation: input a positive integer x, use the pointer to find the odd factor of x, and put it in the array pointed to by p in descending order, the factor The number of is returned by the formal parameter. If the value of x is 36, it returns 9, 3.
Input
Given a positive integer