| ||||||||||
| 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:90405129 at 2004-12-21 19:48:28 > #include<stdio.h>
> #include<math.h>
> int i,j,n,t=0,s;
> void main(){
> scanf("%d",&n);
> for(i=1;s=i,i<=ceil(n/2);i++){
> for(j=i+1;j<=n;j++){
> s=s+j;
> if(s==n) {t++;break;}
> else if(s>n)break;
> }
> }
> printf("%d\n",t+1);
> }
> 苗阿!有时间看一下上面我这个超级算法大程序问题出在那,拜托找出那个超级大错误.........
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator