A*B

Time limit: 1.5 sec
Memory limit: 256 MB

Problem Statement

Given 2 integers $A$ and $B$. Find their multiplication. ## Input Format $0 \leq A \leq 10^{10}$, $0 \leq B \leq 10^{10}$ ## Output Format one number - multiplication of A and B ## Examples #### Input 2 3 #### Output 6 #### Input 23 76 #### Output 1748

Code Editor

Language:
Theme: