一点都不难
2025-09-22 21:06:13
发布于:上海
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin>>a;
if(a%4000 or a%40 and a%100!=0)
{
cout<<"Y"<<endl;
}
else
{
cout<<"N"<<endl;
}
}
这里空空如也
2025-09-22 21:06:13
发布于:上海
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin>>a;
if(a%4000 or a%40 and a%100!=0)
{
cout<<"Y"<<endl;
}
else
{
cout<<"N"<<endl;
}
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个