Run ID:96476

提交时间:2024-11-09 10:15:19

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