|
|||
Back to High School PhysicsThere is an object with an initial velocity of 0 and a constant acceleration. If its velocity after a certain time t is v, then what will its displacement be at time 2t? Input SpecificationThe input will contain one test case in each line. Each test case consits of two integers v (−100 ≤ v ≤ 100) and t (0 ≤ t ≤ 200). Output SpecificationFor each line of input, print a single integer in one line, denoting the displacement at time 2t. Sample Input
Output for Sample Input
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |