1754: 【CSP分支】大数的平方▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:4

Description

判断两个数 lns="http://www.w3.org/1998/Math/MathML">ab (不相等),输出较大数的平方值。

Input

两个整数 lns="http://www.w3.org/1998/Math/MathML">a,b(不大于 lns="http://www.w3.org/1998/Math/MathML">32767 )。

Output

较大数的平方。

Sample Input Copy

5 8

Sample Output Copy

64