0111. Product of Two

Input file name: product.in
Output file name: product.out
Time limit: 2 s
Memory limit: 64 megabytes

Your task is to multiply two integer numbers.

Input file

Each line contains only one integer decimal number with less than two hundred thirty nine thousand digits.

Output file

Output the product of them.

Examples:

product.inproduct.out
2 24


Source: Petrozavodsk Summer 2003. Primary Contest, Sunday, August 24
Author: Andrew Lopatin, Nick Durov

Discuss       Submit a solution



Printable version