Problems
245 - Chocolates
SUBMIT PROBLEM

Chocolates

Time Limit: 1 sec

 

The Problem

Mr. Chocolate eats to love chocolates. For this reason he always want to work in a chocolate factory. Finally he joined the chocolate factory of KITKAT. From this factory everyday he takes home M bars of chocolate. From this he eats N bars daily. Remains he keeps separately for future use. You have to tell the total amount of chocolate bars he keeps separately in a year.

 

 

The Input

Input file contains two integer numbers M(X < 100000) and N(Y < 100000). 

 

The Output

Output file shows two integer values in two separate lines. One is the total amount of chocolate bars another is the last two digits of the total amount of chocolate bars.

 

Sample Input

99999 12345

 

Sample Output

31993710

10

 

 

 

 

Problem Setter: Samia Safa Ahmed