import sys input=lambda: sys.stdin.readline().rstrip() n=int(input()) A=[2,8,5,7,1,4] print(A[(n-1)%6])