Write a code which reads initial velocity (v), and travel time (t) of a vehicle as two integers, then prints the travelled distance according to formula: v*t + (0.5)*a*(t^2) as an integer. The acceleration (a) should be taken 10.

Examples:
INPUT OUTPUT
4 2 28
10 5 175
25 4 180
40 6 420


Important issues about all exams/projects/quizzes: