Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
8066 | 先明缜 | 11下一次奥运会 | C++ | Wrong Answer | 0 MS | 260 KB | 126 | 2025-06-12 20:01:23 |
#include<bits/stdc++.h> using namespace std; int main(){ int y,ans; scanf("%d",&y); ans=4-y%4; printf("&d",&ans); }
------Input------
4305
------Answer-----
3
------Your output-----
&d