Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
1296 | wsy18287021689 | [在线测评解答教程] 闰年 | C++ | Compile Error | 0 MS | 0 KB | 147 | 2022-11-24 22:09:01 |
#include<bits/stdc++.h> uaing namespace std; int main() { int t,n; scanf("%d",&t); while(t--) { scanf("%d",&n); } return 0; }