Weather Observation Station 19

  • + 1 comment

    I think the confusing problem about the values of (a,b) and (c,d) when saying the values corresponding to min, max of lat_n and min, max of long_w. Readers will easily understand it as a = min(lat_n), b = max(lat_n), c = min(long_w), d = max(long_w). While to get the correct result for this problem, we need a = min(lat_n), b = min(long_w), c = max(lat_n), d = max(long_w)