2012年10月14日

HNCPC D题

摘要: 大数开方View Code #include<iostream>#include<string>#include<string.h>#include<cstdlib>#include<stdio.h>#include<algorithm>#include<cmath>using namespace std;#define MAXN 2000int big(char s1[],char s2[]){ int len1,len2,i,q; q=0; while(s1[q]=='0') q++; st 阅读全文

posted @ 2012-10-14 20:45 aigoruan 阅读(140) 评论(0) 推荐(0)

导航