A - Multiplication 1
Editorial
/


Time Limit: 2 sec / Memory Limit: 1024 MB
配点 : 点
問題文
を求めてください。
制約
- 入力は全て整数である。
入力
入力は以下の形式で標準入力から与えられる。
出力
値 を整数として出力せよ。
入力例 1Copy
Copy
2 5
出力例 1Copy
Copy
10
です。
入力例 2Copy
Copy
100 100
出力例 2Copy
Copy
10000
Score : points
Problem Statement
Compute .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the value as an integer.
Sample Input 1Copy
Copy
2 5
Sample Output 1Copy
Copy
10
We have .
Sample Input 2Copy
Copy
100 100
Sample Output 2Copy
Copy
10000