| ||||||||||
| 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啊if (d == 1 && xType == yType) {
return true;
}
if (d == 2) {
if (xType == yType - 1 || xType == yType + 2)
return true;
}
return false;
我一加上下面的那个if就RE,疯了,本机数据测试都通过了。。。。
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator