프로그래밍_일반/백준
boj 17362
Spadework
2020. 1. 29. 11:07
* Solved 기준 브론즈4 단순 풀이
print([1, 2, 3, 4, 5, 4, 3, 2][(int(input())-1) % 8])