摘要:
#include <iostream>#include <sstream>#include <stdio.h>#include <math.h>using namespace std;char ch[20];int cnt = 0;int split_int(int num){ int temp1,temp2; char ch1[6]; int i=0; while(num%10) { temp1 = num%10; ch1[i] = temp1+'0'; i++; num=num/10; } for(int k=i-1;k> 阅读全文
posted @ 2012-09-12 19:35
SA高处不胜寒
阅读(4881)
评论(0)
推荐(0)

浙公网安备 33010602011771号