Q 1632: [Algorithm Improvement VIP]Number of pairs
Time limit: 1Sec Memory Limit: 128MB
Title Description
Write a program that reads in an integer from the user and then lists all pairs of numbers, the product of each pair being the number.
Input
The input has only one line, i.e. an integer.
Output
The output has several lines, each line is a multiplication equation. (Note: there is a space between the operator symbol and the number)
Sample Input
|
|
Sample Output
|
|
C Code
|
|