A*B
Time limit: 1.5 secMemory limit: 256 MBMath
Problem Statement
Given 2 integers and . Find their multiplication.
Input Format
,
Output Format
one number - multiplication of A and B
Examples
Input
2 3
Output
6
Input
23 76
Output
1748
Code Editor
Submit a solution. Authentication is required to create submissions.