Run ID:92615

提交时间:2024-10-05 19:38:22

s=input().split() a=int(s[0]) if a%4==0: print(4) else: print(4-a%4)