Hello,
I submited the problem 11858 Frosh Week one week ago.
But the judge didn't answer until now.
Could someone take a look on this please?
Search found 6 matches
- Thu Nov 03, 2011 12:38 am
- Forum: Bugs and suggestions
- Topic: 11858 Frosh Week Never Judges
- Replies: 3
- Views: 2288
- Sun Sep 04, 2011 6:09 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10573 - Geometry Paradox
- Replies: 33
- Views: 17243
Re: 10573 - Geometry Paradox
I saw many people discussing about the case where only t is given.
Many of you supposed the radius of the two inner circles are equals in this case.
But in fact, the resulting area is invariant with the radius in this case.
To prove this is used the following idea.
Make a big circle of radius R ...
Many of you supposed the radius of the two inner circles are equals in this case.
But in fact, the resulting area is invariant with the radius in this case.
To prove this is used the following idea.
Make a big circle of radius R ...
- Sun Aug 07, 2011 2:58 am
- Forum: Volume 5 (500-599)
- Topic: 526 - String Distance and Transform Process
- Replies: 34
- Views: 22299
Re: 526 String Editing
Code: Select all
Code Removed - Got AC
But I'm still getting WA
I used a DP with backtracing and I don't know where'e my code is wrong.
Could someone help me please?
PS: It was a silly mistake, I forgot a +1 in the code
- Mon Apr 11, 2011 2:45 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10862 - Connect the Cable Wires
- Replies: 14
- Views: 11169
Re: 10862 - Connect the Cable Wires
I had the following idea
f(0) = f(1) = 1
There's only one way if you have zero or one houses
If you had to place the k-th house to form a valid configuration there are two options
(i) The first k-1 houses form a valid configuration. Then have two ways to connect the k-th house (connect to the ...
f(0) = f(1) = 1
There's only one way if you have zero or one houses
If you had to place the k-th house to form a valid configuration there are two options
(i) The first k-1 houses form a valid configuration. Then have two ways to connect the k-th house (connect to the ...
- Tue Jun 08, 2010 4:15 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 51217
Re: 103 - Matching boxes.
Ops.. the problem title is Stacking Boxes, sorry for that. 

- Tue Jun 08, 2010 4:14 pm
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 51217
103 - Matching boxes.
I'm trying to submmit this problem to the judge but I'm getting PE.
I'd like to know if there's any blank line or espaces that should be avoided in order to get AC.
I'd like to know if there's any blank line or espaces that should be avoided in order to get AC.