Submit solution
Points:
15 (partial)
Time limit:
2.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
C, C++, Lisp, Rust
Given two numbers, and , can you calculate ?
Input Specification
The first line of input will have integer .
The first line of input will have integer .
Output Specification
Output the product of .
Subtasks
Subtask 1 [10%]
Subtask 2 [20%]
Subtask 2 [70%]
No additional constraints.
Sample Input 1
100
890
Sample Output 1
89000
Sample Input 2
69248
1002040259
Sample Output 2
69389283855232
Comments