Pavitra wrote:

On 08/24/2012 01:32 PM, Sean Hunt wrote:
Proposal: Fuel Up (AI=1)
{{{
Award sufficient props to each first-class player such that all
first-class players have at least 14 props.
}}}

I think that the intent is
{
  For some constant K, award K props to each first class player; choose
  the smallest value of K that results in each first-class player having
  at least 14 props.
}
but that the actual meaning is
{
  For each first-class player, award sufficient props that all
  first-class players have at least 14 props between them.
}
resulting in
{
  Award props to whichever first-class player is selected first, until
  the total number of props held by first-class players is 14.
}

Given that the intent is so obvious, it's more reasonable to parse it
as "all first-class players [each individually] have at least 14".

Reply via email to