import sys
d=int(sys.stdin.readline().strip())
y=0
if d!=7:
    y=d+1
else:
    y=1
print(y)