摘要: /* 水题 但是这个PE让我真的很气 最后一项不能有空格 */ #include <stdio.h> int main(void) { int n, m; while(scanf("%d%d", &n, &m) != EOF) { int sum=0, ai=2, count=0, i; for(i 阅读全文
posted @ 2018-01-24 23:56 163467 阅读(155) 评论(0) 推荐(0) 编辑
摘要: /* hdu2629 题意 输入一个18位的身份证号码 前六位是地区 再八位是出生年月日 后四位特殊标号 前六位地区 在题目中有八个地区 ,输出 He/She is from “地区”,and his/her birthday is on 月,日,年 based on the table. if语句 阅读全文
posted @ 2018-01-24 21:21 163467 阅读(604) 评论(0) 推荐(0) 编辑