Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
130057 枫原万叶·原神·米哈游 上楼梯 C++ 运行出错 0 0 MS 232 KB 261 2024-01-27 16:00:40

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main(){ freopen("year.in","r",stdin); freopen("year.out","w",stdout); int a; cin>>a; if(a%4==0&&a%100!=0||a%400==0){ cout<<"Y" ; } else{ cout<<"N"; } return 0; }


测评信息: