文章分类 -  高精度

摘要:hdu2100: http://acm.hdu.edu.cn/showproblem.php?pid=2100解法:高精度加法-26进制,A~Z分别代表0~26,求法和10进制一样code:#include<iostream>#include<cstdio>#include<cstdlib>#include<cstring>char a[300],b[300],c[300],d[300];int max(int x,int y){ if(x>y) return x; else return y;}int main(){ int x,y,s; 阅读全文

posted @ 2012-07-25 20:59 acmer-jun 阅读(308) 评论(0) 推荐(0)

导航