Search

10. 백준_Python [3046] R2

R1,S = input().split() r1 = int(R1) s = int(S) R2 =((s*2)-r1) print(R2)
Python
복사