Run ID:129049
提交时间:2025-08-21 16:24:25
#include <bits/stdc++.h> using namespace std; int y; int main(){ cin>>y; cout<<4-y%4; return 0; }