#P1919. Multiplication of Two Integers
Multiplication of Two Integers
Multiplication of Two Integers
Given two positive integers \(a\) and \(b\), compute the product \(a \times b\).
inputFormat
The input consists of two positive integers \(a\) and \(b\) separated by space.
outputFormat
Output a single integer which is the result of \(a \times b\).
sample
2 3
6