Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
649 曾浩森 11下一次奥运会 C++ Accepted 0 MS 260 KB 138 2023-01-13 14:10:11

Tests(10/10):


Code:

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