Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
14996 戰無不勝的毛澤東思想萬歲! 闰年 C++ 通过 0 MS 252 KB 206 2022-12-09 22:50:54

Tests(11/11):


#include <iostream> using namespace std; int main(){ int t, n; scanf("%d", &t); while (t--) { scanf("%d", &n); if(n%4==0&&n%100!=0||n%400==0) cout<<"Yes"<<" "; else cout<<"No"<<" "; } return 0; }


测评信息: