Run ID:8129

提交时间:2025-06-14 19:35:10

#include<iostream> using namespace std; int main(){ int y; cin>>y; cout<<4-y%4; return 0; }