Search found 4 matches

by JTK1996
Tue Dec 10, 2002 11:54 am
Forum: Other words
Topic: WA Treatment
Replies: 0
Views: 1198

WA Treatment

I have WA with problem 101. I do not find test cases where my program
works wrong, maybe I misunderstand a point in the description . So I wonder if the judge could not tell whats wrong, either in the form of input or description as it happens when I get a compile error.
by JTK1996
Fri Dec 06, 2002 11:22 am
Forum: Volume 1 (100-199)
Topic: 108 - Maximum Sum
Replies: 233
Views: 51719

Hi,

The innermost for-loop is run 10^6 times, I think that is too much. Dynamic Programming, as mentioned before, sounds like a good
way to reduce time consumption.
by JTK1996
Fri Nov 22, 2002 2:20 pm
Forum: Volume 1 (100-199)
Topic: 118 - Mutant Flatworld Explorers
Replies: 68
Views: 20465

Hi Olorin,
I got accepted now, so my feelin
by JTK1996
Fri Nov 22, 2002 12:48 pm
Forum: Volume 1 (100-199)
Topic: 118 - Mutant Flatworld Explorers
Replies: 68
Views: 20465

From the problem description I guess Your 'lost'-condition is wrong.
A robot can not "drop off the world at the same grid point",
so it should be the field that matters, not the direction.
Hope that helps.

Go to advanced search