import java.util.*;
public class Phan_tich_thua_so_nguyen_to {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		Scanner sc=new Scanner(System.in);
		int n=sc.nextInt();
		functions.phantich(n);
	}

}
