SWEA 2043

녹색자몽·2021년 8월 3일
0

Algorithm

목록 보기
9/80
post-thumbnail

while 문

p, k = map(int,input().split()) 
n = 1
while p > k :
    k += 1
    n += 1
print(n)
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보