AW. 因鼠

    Type: Default 1000ms 256MiB

因鼠

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

小明有个朋友叫小红,Ta养了一只因鼠。

题目描述

因鼠会叫出自己的所有因数 。

输入

一个整数nn

输出

它的所有因数。(用一个空格隔开)

样例1

2
1 2

样例2

6
1 2 3 6

数据范围

1 <= n <= 100