POJ 1001 Exponentiation 高精浮点乘方
摘要:
//POJ 1001 Exponentiation (百炼叫test)高精浮点乘方//by 澄哥#include <iostream>#include <cstring>#define MAX 200using namespace std;char* cut_zero(char *res){ int headZero; int len = strlen(res); for (headZero = 0; headZero < len-1; headZero++) if (res[headZero]!='0') break; if(hea... 阅读全文
posted @ 2012-05-24 15:03 澄哥 阅读(615) 评论(0) 推荐(0)
浙公网安备 33010602011771号