Search found 26 matches
- Sat Jan 12, 2008 8:55 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11394 - Digit Blocks
- Replies: 18
- Views: 11408
- Tue Nov 13, 2007 11:06 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11341 - Term Strategy
- Replies: 20
- Views: 11487
- Tue Nov 13, 2007 9:52 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11349 - Symmetric Matrix
- Replies: 43
- Views: 27079
- Mon Oct 01, 2007 9:53 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11298 - Dissecting a Hexagon
- Replies: 25
- Views: 10617
- Sun Sep 30, 2007 11:52 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11298 - Dissecting a Hexagon
- Replies: 25
- Views: 10617
- Sun Sep 30, 2007 11:25 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11298 - Dissecting a Hexagon
- Replies: 25
- Views: 10617
- Sat Sep 29, 2007 12:51 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11195 - Another n-Queen Problem
- Replies: 24
- Views: 20095
- Sun Apr 15, 2007 11:49 am
- Forum: Volume 111 (11100-11199)
- Topic: 11198 - Dancing Digits
- Replies: 16
- Views: 11125
- Sun Jan 07, 2007 11:21 pm
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51223
- Thu Oct 26, 2006 1:23 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11137 - Ingenuous Cubrency
- Replies: 16
- Views: 12205
- Tue Oct 24, 2006 5:14 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11139 - Counting Quadrilaterals
- Replies: 13
- Views: 6494
Wow, great!, your solutions are more than enough for me, they completely satisfy my curiosity. In fact I remember thinking about using Pick in the contest for a second, as everybody usually does when faces a problem with lattice and figures, but I didn't know how to apply it (it was before I needed ...
- Tue Oct 24, 2006 4:30 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11139 - Counting Quadrilaterals
- Replies: 13
- Views: 6494
11139 Counting Quadrilaterals
Oh! This is a nice example of an easy-to-formulate and hard-to-solve problem. I tried it in the online contest and I wasted more than 2 hours, but yesterday I managed to finish it. Obviously, (see the ranklist) I used precomputation, I wrote a brute-force solution O(n^7) (can be O(n^6) if ...
- Tue Oct 17, 2006 6:31 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11119 - Chemical Attraction
- Replies: 19
- Views: 13569
11119 - Chemical Attraction
Hi all!
I saw this problem was one of the most difficult in the last contest... but actually I do not know why, because I've just sent my code for problem 11121 to the problem 11119 by mistake, and it was AC!!
It seems there is not only attraction between cations and anions but between any output ...
I saw this problem was one of the most difficult in the last contest... but actually I do not know why, because I've just sent my code for problem 11121 to the problem 11119 by mistake, and it was AC!!
It seems there is not only attraction between cations and anions but between any output ...
- Mon Oct 16, 2006 8:09 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11126 - Relaxed Golf
- Replies: 4
- Views: 2521
11126 - Relaxed Golf
Few people have solved this problem. I am using only backtracking with memoization, could it be enough? I keep getting WA, time: 3.3 seconds. This time would be the best in the ranklist, that's why I hesitate if my implementation has a bug or my entire approach to the problem is non-sense.
- Mon Oct 02, 2006 5:27 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11037 - Point of View in Flatland
- Replies: 15
- Views: 9394