Chocolates Again
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 a series of line. Each line contains two integer numbers M (M <= 100000) and N (N < 100000). Input is terminated by EOF.
The Output
For each line of input output will 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
19169 15724
9961 491
Sample Output
31993710
10
1257425
25
3456550
50
Problem Setter: Samia Safa Ahmed