#P1402. A * B Problem Plus
A * B Problem Plus
Problem Description
Calculate A * B.
Input
Each line will contain two integers A and B. Process to end of file.
Note: the length of each integer will not exceed 50000.
Output
For each case, output A * B in one line.
1
2
1000
2
2
2000
Author
DOOM III