Every year, Farmer John’s () cows attend “MooFest”,a social gathering of cows from around the world. MooFest involves a variety of events including haybale stacking, fence jumping, pin the tail on the farmer, and of course, mooing. When the cows all stand in line for a particular event, they moo so loudly that the roar is practically deafening. After participating in this event year after year, some of the cows have in fact lost a bit of their hearing.
Each cow i has an associated “hearing” threshold (in the range ). If a cow moos to cow , she must use a volume of at least times the distance between the two cows in order to be heard by cow . If two cows and wish to converse, they must speak at a volume level equal to the distance between them times .
Suppose each of the cows is standing in a straight line (each cow at some unique coordinate in the range ), and every pair of cows is carrying on a conversation using the smallest possible volume.
Compute the sum of all the volumes produced by all pairs of mooing cows.
INPUT FORMAT
Line : A single integer,
Lines : Two integers: the volume threshold and x coordinate for a cow. Line represents the first cow; line represents the second cow; and so on. No two cows will stand at the same location.
OUTPUT FORMAT
Line : A single line with a single integer that is the sum of all the volumes of the conversing cows