[Python] ABC008 A 2019/11/6 2019/11/6 プログラミング 問題 A – アルバム 回答 S, T = map(int, input().split()) nums_pics = T - S + 1 print(nums_pics)