For some reason, I computed 678656 for the input n=17,k=1 and get WA.
But when I change it to 678856 I get AC, but I'm think 678656 is the correct answer.
11305 - Chess on Planet X
Moderator: Board moderators
I also get 678656 now with a different slow brute force program.
I have sent in a correction.
Hopefully, it will be rejudged soon.
The contest will also be rejudged (one person tried it).
In the meantime, if you want to get AC, just change to 678856.
All the other numbers in the datafile are still corect.
Thanks sclo.
I have sent in a correction.
Hopefully, it will be rejudged soon.
The contest will also be rejudged (one person tried it).
In the meantime, if you want to get AC, just change to 678856.
All the other numbers in the datafile are still corect.
Thanks sclo.
-
- New poster
- Posts: 26
- Joined: Mon Nov 13, 2006 3:53 am
it means the following is a valid placement: (Q is queen, P is pawn)
Code: Select all
QPQ
PP
Q
P
Q