baekjoon 20260425

This commit is contained in:
songyc macbook 2026-04-25 20:39:26 +09:00
parent 388ad7d3a1
commit 47a227393e

View File

@ -0,0 +1 @@
print((lambda n : x if 0 < (x := n%8) < 5 else (10-x)%8)(int(input())))