Start 2024-01-27 14:30:00

1.27下午课前复习

End 2024-01-27 17:00:00
Contest is over.
Now 2026-04-30 20:08:08

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  •  2年前

The contest has ended.