python/일반 백준

10569 다면체

life... 2022. 3. 1. 18:32

for i in range(int(input())):
  a,b=map(int,input().split())
  c=b-a+2
  print(c)

'python > 일반 백준' 카테고리의 다른 글

10214 baseball  (0) 2022.03.01
10162 전자레인지  (0) 2022.03.01
10156 과자  (0) 2022.03.01
10102 개표  (0) 2022.03.01
9325 얼마?  (0) 2022.03.01