Diện tích hình chữ nhật

View as PDF

Submit solution

Points: 0.10
Time limit: 1.0s
Memory limit: 256M
Input: stdin
Output: stdout

Authors:
Problem type

Banmkh6 đang cần xây một căn nhà trên một mảnh đất hình chữ nhật có độ dài 2 cạnh kề nhau lần lượt là a và b.

Hỏi diện tích mảnh đất đó là bao nhiêu?

Input

Dòng đầu tiên chứa hai số nguyên a và b~(1 \leq a,b \leq 10^{6})~

Output

Diện tích mảnh đất đó

Sample Input

2 3

Sample Output

6

Comments

Please read the guidelines before commenting.


There are no comments at the moment.