Олимпиадный тренинг

Задача 6010. Error


Given a non-negative number N (0<N<=100000)

Fill the array with all divisors of N in direct order.

Sample Input and Output
Test No. Input data Imprint
1 8 1 2 4 8