Search found 13 matches

by test_tset
Sat Apr 29, 2017 12:05 pm
Forum: Volume 113 (11300-11399)
Topic: 11397
Replies: 0
Views: 2068

11397

I have got many wa on this problem. I have test that there is node which height in zero in the input ,but it says it gives the height of each non leaf node

how to deal with these test cases,btw I think this is invalid test case.
by test_tset
Thu Nov 19, 2015 8:11 am
Forum: Volume 124 (12400-12499)
Topic: 12413 - Big Decimal Calculator
Replies: 0
Views: 1736

12413 - Big Decimal Calculator

problem description said: "It is guaranteed that the result will be a finite number, and its integer part will not exceed 10 digits" but in the fifth examples 15822384813181.61872382001683484036 obviosly exceding 10 digits there are 14 digits in integer part " what is correct range of...
by test_tset
Tue Sep 15, 2015 10:57 am
Forum: Volume 127 (12700-12799)
Topic: 12757 - Gotham’s Rail Track
Replies: 0
Views: 3184

12757 - Gotham’s Rail Track

seems test cases are wrong,I have check this test from udebug: 1 100 100 3 68 35 1 59 63 3 6 46 3 96 43 1 37 92 1 3 54 3 19 96 3 27 72 1 70 13 3 100 36 1 4 12 3 34 74 3 42 12 3 69 48 3 63 58 1 60 24 1 30 79 1 89 7 3 30 71 3 7 2 1 49 30 3 85 55 1 41 67 3 32 9 1 40 27 3 83 30 3 34 16 1 78 7 3 87 22 3 ...
by test_tset
Wed Sep 09, 2015 6:37 am
Forum: Volume 15 (1500-1599)
Topic: 1570 - Accelerator
Replies: 0
Views: 2454

Re: 1570 - Accelerator

can you send me data case of this problem?(441766573@qq.com)
this problem is not so hard(0 AC)
by test_tset
Sat Aug 22, 2015 8:07 am
Forum: Volume 16 (1600-1699)
Topic: 1675 - Kingdom Reunion
Replies: 0
Views: 1652

1675 - Kingdom Reunion

Hi,admins, is data case of this problem correct? My code has been accepted in codeforces gym(345 testcases) but WA 0ms, seems it is not normal wa...(hope admin not throwout test data because offical test data has already became a lot of loopholes)
by test_tset
Tue May 20, 2014 10:26 am
Forum: Volume 125 (12500-12599)
Topic: 12556 - "Center" of perimeter midpoints
Replies: 1
Views: 3115

Re: uva 12558

I have constraint on the upperbound of lcm of answer's denominator (1300*b),so I'm not sure if my code is real correct,here are some test data: 111 94 227 0 Case 1: 94/227=1/3+1/15+1/71+1/80585 94 227 1 3 Case 2: 94/227=1/4+1/9+1/19+1/4313+1/8172 94 227 2 3 4 Case 3: 94/227=1/5+1/6+1/30+1/71+1/80585...
by test_tset
Tue May 20, 2014 10:16 am
Forum: Volume 125 (12500-12599)
Topic: 12556 - "Center" of perimeter midpoints
Replies: 1
Views: 3115

12556 - "Center" of perimeter midpoints

the data set in the description "For example, if we can't use 2~6, the best solution is:2/3=1/7+1/8+1/9+1/12+1/14+1/18+1/24+1/28" is wrong,the correct answer is 2/3=1/7+1/9+1/10+1/12+1/14+1/15+1/18+1/28,I have checked this answer is correct... by the way,I don't think 15s for 100 test case...
by test_tset
Tue May 13, 2014 11:43 am
Forum: ACM ICPC Archive Board
Topic: uva live 5915 flight
Replies: 1
Views: 1739

Re: uva live 5915 flight

Hope admin can add all offical tests,I got this problem accepted on codeforces gym, the test cases are stronger,but I don't think
6s for each test case is good,because O(n*m) brute force algorithm can run to test case 28....(32 cases in total) I want to test some other solution if it is strong enough
by test_tset
Tue May 13, 2014 11:38 am
Forum: Volume 16 (1600-1699)
Topic: 1672 - Disjoint Regular Expressions
Replies: 3
Views: 1741

Re: problem 1672 Disjoint Regular Expressions

thank you and admins..
by test_tset
Mon May 12, 2014 1:38 pm
Forum: ACM ICPC Archive Board
Topic: uva live 5915 flight
Replies: 1
Views: 1739

uva live 5915 flight

I think test cases for this problem is too weak,I write a weak solution,and got accepted ,but when I randomly test some official
test cases, my solution is wrong.... Hope admin can get test cases stronger
by test_tset
Fri May 02, 2014 8:25 am
Forum: Volume 16 (1600-1699)
Topic: 1672 - Disjoint Regular Expressions
Replies: 3
Views: 1741

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..
by test_tset
Wed Apr 30, 2014 9:55 am
Forum: Volume 16 (1600-1699)
Topic: 1672 - Disjoint Regular Expressions
Replies: 3
Views: 1741

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.....
by test_tset
Wed Mar 05, 2014 1:49 pm
Forum: Volume 123 (12300-12399)
Topic: 12310 - Point Location
Replies: 0
Views: 687

12310 - Point Location

Does the graph guarantee to be a cactus (every edge belongs to exactly one polygon).
if it is not,it will be too hard to deal with. even it is hard to write a checker to judge if it is...

Go to advanced search