1672 - Disjoint Regular Expressions
Moderator: Board moderators
1672 - Disjoint Regular Expressions
I think there is something wrong with data set, my code will run about 10s for all test cases in my own computer,but when I submit it wa in 20ms.....
Re: problem 1672 Disjoint Regular Expressions
now I'm sure there are some unexpected characters in the input file including some spaces and other characters. I hope admin can corrected the test cases..
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: problem 1672 Disjoint Regular Expressions
It looks like the judge's I/O has been fixed.
Check input and AC output for thousands of problems on uDebug!
Re: problem 1672 Disjoint Regular Expressions
thank you and admins..