← Back to List

16480번: 외심과 내심은 사랑입니다 ↗

Solutions

Python 3
47 B | 47 chars
R,r = map(int,input().split())
print(R*R-2*R*r)