| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78001 | sh25_zhoumy | 判断闰年 | C++ | Accepted | 0 MS | 248 KB | 138 | 2025-12-26 15:14:59 |
#include <bits/stdc++.h> using namespace std; int main() { int n,m,ans1=1,ans2=1,ans; cin>>n; cout<<"N"; return 0; }