Run ID:101971
提交时间:2024-12-21 10:46:37
#include<iostream> using namespace std; int main(){ int y; cin>>y; cout<<4-(y-2000)%4; return 0; }