这辈子都不会乖乖做的手持剑,刺锋芒2024-07-28 13:41:25发布于:浙江2阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if((n % 4 == 0 && n % 100 != 0) || n % 400 == 0) cout << "Y" << endl; else cout << "N" << endl; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个