2026-01-17 22:32:05 +09:00

1 line
71 B
Python

print((lambda x: (x[0]**2 - x[1]**2))(list(map(int, input().split()))))