From 49eb88462d28840271f86333e75a429f567cc0a2 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Wed, 22 Apr 2026 22:05:59 +0900 Subject: [PATCH] baekjoon 20260422 --- code_study/Baekjoon/python/15727.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code_study/Baekjoon/python/15727.py diff --git a/code_study/Baekjoon/python/15727.py b/code_study/Baekjoon/python/15727.py new file mode 100644 index 0000000..adb5a83 --- /dev/null +++ b/code_study/Baekjoon/python/15727.py @@ -0,0 +1 @@ +print((lambda x : (x + 4) // 5)(int(input()))) \ No newline at end of file