Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109530 李明秦 11下一次奥运会 C++ Accepted 1 MS 268 KB 154 2025-02-09 14:12:19

Tests(10/10):


Code:

#include<iostream> #include<stdio.h> using namespace std; int main(){ int n; scanf("%d",&n); printf("%d",(4-n%4)); return 0; }