Run ID:108297
提交时间:2025-01-20 09:27:41
#include<iostream> #include<cstdio> using namespace std; int main(){ int y; cin>>y; cout<<4-y%4; return 0; }