검색
❯
2024년 4월 28일1 min read
링크
n = int(input()) f = 1 for i in range(1, n+1): f *= i print(str(f).count('0'))