Rectangle area


Submit solution

Points: 5 (partial)
Time limit: 2.0s
Memory limit: 64M

Authors:
Problem type

簡單乘法-計算矩形面積

Input

第一段輸入矩形的長\(N\)(\(1≦N≦100,000\)) 第二段輸入矩形的寬\(N\)(\(1≦N≦100,000\))

Output

輸出矩形面積 \(長*寬\)

Sample Input1

2
3

Sample Output1

6

Sample Input1

4
2

Sample Output1

8

Comments

There are no comments at the moment.