Run ID:8202

提交时间:2025-06-14 21:03:03

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