#include <iostream> using namespace std; int main(){ int n; cin >> n; if((n%4==0 && n%100!=0) || n%400==0){ cout << "Y"; }else{ cout << "N"; } return 0; }
四年一闰 百年不闰 四百年又闰
1与2或3
使用您的 xtloj 通用账户