URI Online Judge | 1157
Divisors I
Read an integer N and compute all its divisors.
Input
The input file contains an integer value.
Output
Write all positive divisors of N, one value per line.
| Input Sample | Output Sample |
| 6 | 1 2 3 6 |
[WAIT]
First of all, think yourself that you have tried enough for the problem. If you did not please read the program once. REMEMBER one thing, just believe in yourself.....YOU CAN.....YOU KNOW....
See the ANSWER here...
No comments:
Post a Comment