Search found 63 matches
- Fri Jun 12, 2009 11:54 am
- Forum: Bugs and suggestions
- Topic: Special Corrector Problem - Always PE
- Replies: 10
- Views: 6497
Re: Special Corrector Problem - Always PE
Is this issue really solved? I keep getting PE on problem 11599.
- Sun Jun 01, 2008 2:18 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11454 - Very well informed domino player
- Replies: 9
- Views: 4415
Re: 11454 - Very well informed domino player
Hi, my result for (0,2) matches LayCurse's. My "wins" values are: (0,3)/(3,0): 22401389 (1,1): 11018156 (3,4)/(4,3): 24849438 (1,5)/(5,1): 9158932 (0,2)/(2,0): 13322980 (0,6)/(6,0): 21685496 (4,6)/(6,4): 20858993 Also, the problem statement is unclear about ties. Should they be considered ...
- Fri Jan 25, 2008 12:54 am
- Forum: Volume 113 (11300-11399)
- Topic: 11399 - What be thy Name, O Dear Tree?
- Replies: 0
- Views: 1721
11399 - What be thy Name, O Dear Tree?
Hi there, the problem states that there are "up to 500 symbols from V and only from V" - but my parser failed on the judge's input, just because it included an "assert(0);" if it read an invalid character. Simply ignoring those invalid characters got me AC. BTW: The last sample c...
- Mon Mar 26, 2007 1:10 am
- Forum: Volume 3 (300-399)
- Topic: 354 - Crazy Calculator
- Replies: 15
- Views: 9187
I didn't yet solve this one, but IMHO two operators with the same precedence must have the same associativity. In your input, this is not the case with * and /. Imagine the expression 2*2/3, using the precedences and associativities from your input. It could be evaluated to (2*2)/3 = 1 or to 2*(2/3)...
- Mon Nov 13, 2006 2:55 am
- Forum: Volume 111 (11100-11199)
- Topic: 11111 - Generalized Matrioshkas
- Replies: 19
- Views: 13867
- Thu Mar 09, 2006 6:53 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10438 - Meta Editor
- Replies: 17
- Views: 13831
I just tried to solve this beast once again and came to the conclusion that the order of elimination does matter! This happens when I repeatedly try to eliminate with length=max..1, scanning from left to right: b a b a c a c b a b c b a c b a b c a c b a c b a b a c a b a>b a b a c a b a<c b b a b a...
- Mon Dec 12, 2005 12:18 am
- Forum: Volume 8 (800-899)
- Topic: 888 - Donkey
- Replies: 5
- Views: 6545
888 - Donkey
Hello folks. This problem seemd quite simple to me: Some backtracking+memoization (or DP) should be sufficient. However, I got a bunch of WAs within times comparable to the AC solutions. My solution uses the tuple of distances to the capital as memoization key. As I don't think my calculations are p...
- Thu Dec 08, 2005 2:42 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10417 - Gift Exchanging
- Replies: 12
- Views: 6914
- Fri Dec 02, 2005 5:26 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10927 - Bright Lights
- Replies: 26
- Views: 18011
- Thu Nov 10, 2005 3:27 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10838 - The Pawn Chess
- Replies: 11
- Views: 5852
- Wed Nov 09, 2005 5:06 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10838 - The Pawn Chess
- Replies: 11
- Views: 5852
I tried to solve this problem by using a minimax search. Each game state is assigned a value recursively: 0 <= N <= 19: BLACK wins after N moves 20 <= N <= 39: WHITE wins after (39-N) moves Winning states get a 0 or 39, depending on the winner. For any other game state, BLACK uses the child state wi...
- Mon May 09, 2005 10:00 am
- Forum: Volume 4 (400-499)
- Topic: 473 - Raucous Rockers
- Replies: 16
- Views: 9503
- Mon Feb 21, 2005 2:05 am
- Forum: Volume 100 (10000-10099)
- Topic: 10073 - Constrained Exchange Sort
- Replies: 14
- Views: 5972
- Sun Feb 20, 2005 9:31 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10073 - Constrained Exchange Sort
- Replies: 14
- Views: 5972
- Sun Feb 20, 2005 7:57 pm
- Forum: Volume 8 (800-899)
- Topic: 868 - Numerical Maze
- Replies: 21
- Views: 17897