파이썬 백준 2828번 사과 담기 게임


파이썬 백준 2828번 사과 담기 게임

풀이 과정 N,M=map(int,input().split()) number=int(input()) x=1 y=M nx=0 ny=0 count=0 for i in range(number): new_apple=int(input()) if new_apple>=x and y>=new_apple: continue elif new_apple > y: co..

파이썬 백준 2828번 사과 담기 게임에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : 파이썬 백준 2828번 사과 담기 게임