python-algorithm
[백준] 3046
무적김두칠
2020. 12. 14. 13:39
1
2
|
R1, S=map(int, input().split())
print(S*2-R1)
|
cs |
반응형