| ||||||||||
| 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:fzk at 2004-07-28 03:23:12 你直接输出printf("%lf",1/0);试试 我也很郁闷!!!!~~~~~~~~~~~~~~~~~
> the game director throws several plastic rings in the pool such that center of no ring lies inside any other ring
>
> 但是我的程序里加上:
> for(i=0;i<n;i++)
> for(j=i+1;j<n;j++)
> if(distance(p[i],p[j])<max(p[i].r,p[j].r))while(1);
> 就由wA变成tle.
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator