Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
14995 戰無不勝的毛澤東思想萬歲! 闰年 C++ 解答错误 0 MS 248 KB 193 2022-12-09 22:50:21

Tests(0/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<<"Y"; else cout<<"N"; } return 0; }


测评信息: