Run ID:128829
提交时间:2025-08-20 11:30:48
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<4-n%4; return 0; }