Run ID:128830

提交时间:2025-08-20 11:31:08

#include<bits/stdc++.h> using namespace std; int main() { int y; cin>>y; cout<<4-y%4; return 0; }