2458: 【入门】扩建鱼塘问题
Memory Limit:16 MB
Time Limit:1.000 S
Submit数:5
Solved数:5
Description
有一个尺寸为m * n的矩形鱼塘,请问如果要把该鱼塘扩建为正方形,那么它的面积至少增加了多少平方米?(4.2.54)
Input描述
两个整数m和n
Output描述
一个整数,代表鱼塘面积增加的值
Sample Input Copy
5 3
Sample Output Copy
10
Source/Category
⋮