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 |
更郁闷,刚刚用G++交, 我写那个 C++WA,G++ACIn Reply To:看看这两个语句,一个AC,一个WA Posted by:sunmoonstar_love at 2005-07-24 01:47:32 > p=x[i]-(int)(sqrt(double(y[i]*y[i]-(y[i]-y[0])*(y[i]-y[0])))+1e-12); > 这个WA > > p=x[i]-(int)(sqrt((double)y[i]*y[i]-(double)(y[i]-y[0])*(y[i]-y[0]))+1e-12); > > 这个AC > > > 实在看不出二者有什么区别 Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator