摘要:
#include<iostream> #include<string> #include<map> using namespace std; map<string ,int> mp; void setMap() { mp["zero"] = 0; mp["one"] = 1; mp["two"] = 阅读全文
posted @ 2013-07-12 13:07
talobt3
阅读(245)
评论(0)
推荐(0)
摘要:
//只要看懂火星A+B的进位关系就好了 #include<stdio.h> int p[26]={1,2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97}; int main() { int a[26],b[2 阅读全文
posted @ 2013-07-12 13:00
talobt3
阅读(362)
评论(0)
推荐(0)
摘要:
#include<stdio.h> #include<math.h> int main() { int A,k,B,sum,c,d; while(scanf("%d%d%d",&A,&B,&k)&&(A||B)) { if(A%(c=pow(10.0,k))==B%(d=pow(10.0,k))) 阅读全文
posted @ 2013-07-12 12:13
talobt3
阅读(288)
评论(0)
推荐(0)

浙公网安备 33010602011771号