过!!!6662025-08-16 18:46:12发布于:青海1阅读0回复0点赞#include"bits/stdc++.h" using namespace std; int n; int main(){ cin>>n; if(n%4==0 && n%100!=0 || n%400==0){ cout<<'Y'; }else{ cout<<'N'; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个