杭电OJ(HDU)-ACMSteps-Chapter Two-《An Easy Task》《Buildings》《decimal system》《Vowel Counting》
http://acm.hdu.edu.cn/game/entry/problem/list.php?chapterid=1§ionid=21.2.5
#include
/*
题意:找闰年。
if((i%4==0&&i%100!=0)||i%400==0)count++;
3
200525
185512
200410000
2108
1904
43236
*/
intmain()
{
intt,y,