摘要:
#include<iostream> using namespace std; int a; int main() { cin>>a; if((a%100!=0&&a%4==0)||(a%400==0)) cout<<"Y"; else cout<<"N"; } 阅读全文
posted @ 2016-01-28 12:08
OZTOET
阅读(172)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<string> #include<cstring> using namespace std; int a[201]; string s;int n; #define rep(i,j,k) for(int i=j;i<=k;i++) #defin 阅读全文
posted @ 2016-01-28 12:07
OZTOET
阅读(461)
评论(0)
推荐(0)
浙公网安备 33010602011771号