#P1919. Multiplication of Two Integers

    ID: 15201 Type: Default 1000ms 256MiB

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