Problems
320 - Multiplication Again
SUBMIT PROBLEM

Multiplication Again

Time Limit: 1 sec

 

The Problem

Mina got N numbers teddy bears from an event. Rima got M numbers teddy bears from the same event.

 

The total teddy bears in the event was the multiplication of M and N.

 

 

The Input

Input file contains a series of line. Each line contains two integer numbers M (M <= 10000) and N (N<= 10000)  

 

The Output

For each line of input output will show a single integer value in a separate line. 

 

Sample Input

7555 7555

41 41

25 25

 

Sample Output

57078025

1681

625

 

 

 

Problem Setter: Samia Safa Ahmed