DONOTHIN - Doing Nothing

no tags 

Original statement in spanish at http://www.dc.uba.ar/events/icpc/download/problems/taip2011-problems.pdf

A young couple uses to make their time as productive as possible. This activity is quite stressful, so they decided to "waste" some time watching their favorite TV series.

The series has N seasons, and each season has a possibly different number of chapters according to its success, actors availability, production time and other external factors. Each chapter has a duration of exactly M minutes.

To keep up with the plot, before watching each new season, they watch, without any rest, all the chapters of all the previous seasons. This has just made them concern about how much time they will be spending with this hobby, which should keep them calm. They need your help so they don't get back to the stressful situation they had.

Input

The input contains several test cases. Each test case is described in two lines. The first line has two integers N and M representing respectively how many seasons the series has and the duration in minutes of each chapter (1 <= N <= 105, 1 <= M <= 106). The next line has N integers C_i representing how many chapters each season has sorted chronologically. (1 <= C_i <= 100 for 1 <= i <= N). The last line of the input contains the number -1 twice and should not be processed as a test case.

Output

For each test case output a single line with an integer representing the number of minutes the couple spends in watching the whole series.

Example

Input:

6 20
24 23 15 22 24 17
1 100
100
10 1000000
99 99 99 99 99 99 99 99 99 99
-1 -1

Output:

9000
10000
5445000000

hide comments
bejo: 2011-10-12 05:01:18

ATTENTION:
"before watching each new season, they watch, without any rest, all the chapters of all the previous seasons."

Nnavneetsinha: 2011-10-12 02:16:58

simplest ques. in spoj after life universe... one

[Retired]: 2011-10-09 10:52:38

Do Nothing!!! hahaha

:D: 2011-10-06 21:50:06

This is a trivial problem and should be moved to tutorial.


Added by:Pablo Ariel Heiber
Date:2011-10-04
Time limit:1.117s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64
Resource:Argentinian Programming Tournament 2011