Run ID:8126

提交时间:2025-06-14 19:33:09

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