Search found 5 matches
- Mon Sep 03, 2007 5:45 am
- Forum: Volume 103 (10300-10399)
- Topic: 10382 - Watering Grass
- Replies: 29
- Views: 17100
- Wed Aug 29, 2007 4:25 am
- Forum: Volume 103 (10300-10399)
- Topic: 10382 - Watering Grass
- Replies: 29
- Views: 17100
- Tue Aug 28, 2007 9:03 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10382 - Watering Grass
- Replies: 29
- Views: 17100
- Tue Oct 10, 2006 6:09 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10817 - Headmaster's Headache
- Replies: 25
- Views: 20092
- Mon Aug 14, 2006 8:25 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10382 - Watering Grass
- Replies: 29
- Views: 17100
I,ve got WA for (10382) too!
I code this problem in two ways and both of them get WA
my first algorithm is
1.remove all circles which are inside bigger circles.
2.remove all circles which their effecting area(left bound to right bound)
is common with other unremoved circles.
3.count remained circles
i guess its true. but after ...
my first algorithm is
1.remove all circles which are inside bigger circles.
2.remove all circles which their effecting area(left bound to right bound)
is common with other unremoved circles.
3.count remained circles
i guess its true. but after ...