15727번 풀이 [Python]

sua·2022년 4월 26일
0

Baekjoon

목록 보기
6/161
post-thumbnail

문제


풀이

import math

n = float(input())
print(int(math.ceil(n / 5)))
profile
가보자고

0개의 댓글