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