| ||||||||||
| 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:erps at 2007-04-15 15:26:19 error:
int MTdist(int a,int b,int c,int d)
{
return (a>b?(a-b):(b-a))+(c>d?(c-d):(d-c));
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator