Run ID:92311

提交时间:2024-09-28 20:25:26

c=input().split() y=c[0] y=int(y) b=y%4 b=int(b) n=4-b print(n)