import math
count = 0
for _ in range(int(input())):
N, D = map(int, input().split())
count += 1
num = 1 + D * 2
print(f'#{count} {math.ceil(N/num)}')
'프로그램 > 코딩테스트' 카테고리의 다른 글
삼성 Expert 1206 View (0) | 2022.06.13 |
---|---|
삼성 Expert 1244 최대 상금 (0) | 2022.06.13 |
삼성 Expert 1208 Flatten (0) | 2022.06.13 |
백준 7562 나이트의 이동 (0) | 2022.06.13 |
백준 1743 음식물 피하기 (0) | 2022.06.13 |
댓글