24309번 풀이 [Python]

sua·2022년 5월 19일
0

Baekjoon

목록 보기
29/161
post-thumbnail

문제


풀이

a = int(input())
b = int(input())
c = int(input())

print((b - c) // a)
profile
가보자고

0개의 댓글