Run ID:111749

提交时间:2025-03-05 18:50:49

y = int(input()) r = y % 4 print(4 - r if r != 0 else 4)