5 / 5
Nov 2004

I'm not sure, is it aloud to place two nodes of a graph in one place?

  • created

    Nov '04
  • last reply

    Nov '04
  • 4

    replies

  • 517

    views

  • 3

    users

thanks, I've add:
"...no two nodes at the same crossroad".

good luck
mima

Are there any conditions on the coordinates for the nodes ? Is "-1 -2" a valid location, what is the maximal coordinate ?
I have been checking that, when I ouput something, it matches all the conditions, but still I get WA confused

(Btw, I think that we should get 0 point when a solution is not valid, instead of WA, and reserve WA for malformed output only.)

thanks! I add the restrictions to the values of x and y coordinates (between 0 and 100) - they were always like this, some of the earlier versions of the problem have got it, but later I've "lost" it....

good luck!

[hmm, I thought about this, but it's hard to find an error in such a case...what't the opinion of other contestants?]

Aahhh ! Indeed it works much better with that information smiley
Thank you for your help !