I think I'm good,  duplicates were dropped in my solution ....

45 eekknnoorrwwyy L6874 := list(10)
   L6874[1] := L6875 := list(2)
      L6875[1] := "wenkory"
      L6875[2] := "yorknew"
   L6874[2] := L6883 := list(2)
      L6883[1] := "newyork"
      L6883[2] := "wenkory"
   L6874[3] := L6902 := list(2)
      L6902[1] := "newyork"
      L6902[2] := "yorknew"
   L6874[4] := L7516 := list(2)
      L7516[1] := "korynew"
      L7516[2] := "wenkory"
   L6874[5] := L7517 := list(2)
      L7517[1] := "korynew"
      L7517[2] := "newyork"
   L6874[6] := L7533 := list(2)
      L7533[1] := "korynew"
      L7533[2] := "newkory"
   L6874[7] := L7543 := list(2)
      L7543[1] := "korynew"
      L7543[2] := "yorknew"
   L6874[8] := L8209 := list(2)
      L8209[1] := "newkory"
      L8209[2] := "wenkory"
   L6874[9] := L8210 := list(2)
      L8210[1] := "newkory"
      L8210[2] := "newyork"
   L6874[10] := L8221 := list(2)
      L8221[1] := "newkory"
      L8221[2] := "yorknew"

I changed the output section to: 
i := 0
every z := key(T) do
   if *T[z] > 1 then write(i +:= 1," ",z," ",ximage(T[z]))


David
----- Original Message ----
From: Steve Wampler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: "Group, Unicon" <unicon-group@lists.sourceforge.net>
Sent: Wednesday, April 11, 2007 10:52:07 AM
Subject: Re: [Unicon-group] Making the puzzle more interesting...

Steve Wampler wrote:
> SNN (Surreal News Network): NEWS FLASH!
> 
> New York fragments as candidates prepare for the 2024 election!
...
>              "New Kory", "Wen Kory", "York New", "Kory New", "New Kory"]

A clarification.  Two of the new states share the same name.  This should
be treated as a single name [the fact these erstwhile New Yorkers can't get
there act together better isn't the issue here!].

So, for example:  New Kory:New Kory & Wen Kory:New York is NOT a valid
answer.


-- 
Steve Wampler -- [EMAIL PROTECTED]
The gods that smiled on your birth are now laughing out loud.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to