G.W. Coding Contest 3 P2: A times B
Vincent has been struggling on a problem recently, where he writes a program to take two numbers as input and multiply them together. Given two numbers, A and B, can you output their product?
{\(-2^{31}\) \(\leq\) \(A\), \(B\) \(\leq\) \(2^{31}\)}
Sample Input 1:
Sample Output 1:
Sample Input 2:
Sample Output 2:
Submit Solution