上一页 1 ··· 4 5 6 7 8
摘要: /* 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) 编辑
摘要: A - 母牛的故事 #include<iostream> using namespace std; long long a[100]; int main() { int n; while(cin>>n) { a[1]=1;a[2]=2;a[3]=3;a[4]=4; if(n==0) break; i 阅读全文
posted @ 2017-03-28 17:10 163467 阅读(650) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>//线段树 #include<cstring> #include<cstdio> #include<cmath> #include<algorithm> using namespace std; const int mod=4e5+9; long long int 阅读全文
posted @ 2017-03-28 17:07 163467 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8