开始 2024-01-27 14:30:00

1.27下午课前复习

结束 2024-01-27 17:00:00
Contest is over.
当前 2025-05-03 18:41:07

A

include<bits/stdc++.h>

using namespace std; int main() { int a; scanf("%d",&a); if((a%100!=0&&a%4==0)||a%400==0) printf("Y\n"); else printf("N\n"); return 0; }


7iok  •  1年前

比赛已结束。