0111. Product of Two

Имя входного файла: product.in
Имя выходного файла: product.out
Ограничение по времени: 2 s
Ограничение по памяти: 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


Источник: Petrozavodsk Summer 2003. Primary Contest, Sunday, August 24
Автор: Andrew Lopatin, Nick Durov

Обсудить       Отправить решение



Версия для печати