[Python] ABC020 B 2020/1/8 2020/1/8 プログラミング 問題 B – 足し算 回答 A, B = input().split() AB = A + B ans = 2 * int(AB) print(ans)