10100 - AxB
AxB
Time Limit: 1 sec
The Problem
Given two integer numbers A and B, print the value of A x B.
The Input
The input file contains only two integer numbers A and B (0<A, B<=100).
The Output
For input A and B you need to print the value of AxB in a separate line.
Sample Input
2 3
Sample Output
6
[University Level]
ISCPC 2017 Preliminary Mock
Problem Setter: Shahin ShamS