{"problem":{"name":"Cream puff","description":{"content":"We have $N$ cream puffs. Find all possible number of people to which we can evenly distribute the cream puffs without cutting them.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc180_c"},"statements":[{"statement_type":"Markdown","content":"We have $N$ cream puffs.\nFind all possible number of people to which we can evenly distribute the cream puffs without cutting them.\n\n## Constraints\n\n*   $1 \\leq N \\leq 10^{12}$\n*   $N$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc180_c","tags":[],"sample_group":[["6","1\n2\n3\n6\n\nFor example, we can evenly distribute the cream puffs to two people by giving three to each person."],["720","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"],["1000000007","1\n1000000007"]],"created_at":"2026-03-03 11:01:14"}}