Run ID:94193

提交时间:2024-10-20 08:43:06

a=list(map(int,input().split())) s=max(a) print(s**2) print(s**3)