{"raw_statement":[{"iden":"problem statement","content":"We have $N$ cream puffs.\nFind all possible number of people to which we can evenly distribute the cream puffs without cutting them."},{"iden":"constraints","content":"*   $1 \\leq N \\leq 10^{12}$\n*   $N$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"6"},{"iden":"sample output 1","content":"1\n2\n3\n6\n\nFor example, we can evenly distribute the cream puffs to two people by giving three to each person."},{"iden":"sample input 2","content":"720"},{"iden":"sample output 2","content":"1\n2\n3\n4\n5\n6\n8\n9\n10\n12\n15\n16\n18\n20\n24\n30\n36\n40\n45\n48\n60\n72\n80\n90\n120\n144\n180\n240\n360\n720"},{"iden":"sample input 3","content":"1000000007"},{"iden":"sample output 3","content":"1\n1000000007"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}