Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
101968 殷佳雨萱 11下一次奥运会 C++ Accepted 1 MS 268 KB 122 2024-12-21 10:45:36

Tests(10/10):


Code:

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