摘要: 原题:http://acm.hdu.edu.cn/showproblem.php?pid=2005#include <stdio.h>int main(){ int year,dd,mm; int sum=0; while(scanf("%d/%d/%d",&year,&mm,&dd)!=EOF) { switch(mm) { case 1: sum=... 阅读全文
posted @ 2010-12-24 10:28 _cc 阅读(271) 评论(0) 推荐(0) 编辑