baekjoon 20260422

This commit is contained in:
songyc macbook 2026-04-22 22:05:59 +09:00
parent 38460469fd
commit 49eb88462d

View File

@ -0,0 +1 @@
print((lambda x : (x + 4) // 5)(int(input())))