Run ID:101968

提交时间:2024-12-21 10:45:36

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