From 47a227393ee982e7bfe860dc2c79b8fe703e2830 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sat, 25 Apr 2026 20:39:26 +0900 Subject: [PATCH] baekjoon 20260425 --- code_study/Baekjoon/python/17362.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code_study/Baekjoon/python/17362.py diff --git a/code_study/Baekjoon/python/17362.py b/code_study/Baekjoon/python/17362.py new file mode 100644 index 0000000..e386579 --- /dev/null +++ b/code_study/Baekjoon/python/17362.py @@ -0,0 +1 @@ +print((lambda n : x if 0 < (x := n%8) < 5 else (10-x)%8)(int(input()))) \ No newline at end of file