Problems
246 - Multiplication
SUBMIT PROBLEM

Multiplication

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 two integer numbers M(M <= 10000) and N(N <= 10000).

 

The Output

Output file shows single integer value in a separate line.

 

Sample Input

7555 7555

 

Sample Output

57078025

 

 

 

 

Problem Setter: Samia Safa Ahmed