Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
8202 余立涵 11下一次奥运会 C++ Wrong Answer 0 MS 256 KB 112 2025-06-14 21:03:03

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a; cout<<4-a%4<<endl; return 0; }


Run Info:

------Input------
4305
------Answer-----
3
------Your output-----
4