2013年3月24日

HDOJ 4515 小Q系列故事——世界上最遥远的距离

摘要: 1 #include<stdlib.h> 2 #include<stdio.h> 3 int year,month,day; 4 int m[2][13]={0,31,28,31,30,31,30,31,31,30,31,30,31, 5 0,31,29,31,30,31,30,31,31,30,31,30,31}; 6 int y[660]={0}; 7 bool isrun(int year) 8 { 9 if((year%4==0&&year%100!=0)||year%400==0)10 return 1;11 return... 阅读全文

posted @ 2013-03-24 09:37 小花熊 阅读(213) 评论(0) 推荐(0) 编辑

导航