#B4112. Distance Covered by Bitaro
Distance Covered by Bitaro
Distance Covered by Bitaro
Bitaro walks at a constant speed of \(V\,\mathrm{m/s}\). Given a time duration of \(T\) seconds, determine the distance (in meters) that Bitaro can cover.
The distance is computed by the formula: \(S = V \times T\).
inputFormat
The input consists of two integers \(V\) and \(T\) separated by a space, where \(V\) is the speed in m/s and \(T\) is the time in seconds.
outputFormat
Output a single integer representing the distance in meters that Bitaro covers in \(T\) seconds.
sample
3 4
12