1 / 3
Feb 2015

i'm getting wa for Street Trees (STREETR) if tried to use sys.stdin,
both readlines and read().split() are giving wrong answers, does any-one know why is it so??

  • created

    Feb '15
  • last reply

    Feb '15
  • 2

    replies

  • 564

    views

  • 2

    users

Data contains about 15 input files. At least one of those has more than n values following n.
So, you get WA, if you read all values instead of just n.