| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:哪里错了呀????In Reply To:哪里错了呀???? Posted by:superman2006 at 2007-08-23 00:34:01 while(len>=3)
{
k++;
c[k]=a[len-1]+a[len-2]*10+a[len-3]*100;
len-=3;
}
if(len>0)
{
if(len==2){k++;c[k]=a[0]*10+a[1];}
else{k++;c[k]=a[0];}
}
。。。。。。。
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator