Run ID:90410
提交时间:2024-09-14 19:22:00
a = input().split() n = int(a[0]) m = int(a[1]) print(n*m,(n+m)*2)