Run ID:96477

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

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