- 코드
a = int(input())
b = int(input())
c = int(input())
print((b - c) // a)
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 2975번 Transactions (0) | 2022.01.22 |
---|---|
[백준/파이썬] 18870번 좌표 압축 (0) | 2022.01.21 |
[백준/파이썬] 11286번 절댓값 힙 (0) | 2022.01.20 |
[백준/파이썬] 15751번 Teleportation (0) | 2022.01.20 |
[백준/파이썬] 24218번 Double Crypt 1 (0) | 2022.01.20 |