1644: 【入门】大数的平方

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:8 Solved:7

Description

判断两个数a,b(不相等),输出较大数的平方值。

Input

两个整数a, b(不大于32767)。

Output

较大数的平方。

Sample Input

5 8

Sample Output

64