Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109529 李朋秦 11下一次奥运会 C++ Accepted 0 MS 200 KB 129 2025-02-09 14:09:04

Tests(10/10):


Code:

#include<cstdio> //scanf()\printf() int main(){ int n; scanf("%d",&n); printf("%d",(4-n%4)); return 0; }