Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:怎么一直RE啊

Posted by afraid at 2012-03-13 15:50:15 on Problem 1625
In Reply To:怎么一直RE啊 Posted by:afraid at 2012-03-13 14:10:10
无语了,自己加了个check函数,看看数据是否合法,不合法就while(1);
for (int i = 0; i < p; i++) {
            scanf("%s", str);
            if (check(str) == false) while(1);
            insert(str);
        }
把if那句话去掉就RE,加上就AC
自己本地和AC程序比了几组1000组的数据都没问题,怎么搞的?

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator