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