gets.to_i.times{ gets x = y = -100 6.times{ tmp = gets.split.map{|a|(a.to_f * 1000000000000).floor * 1.0 / 1000000000000} if tmp[1] >= 0 && x < tmp[0] x,y = tmp end } ans = Math.atan(y / x) * 180 / Math::PI if ans > 60 ans -= 60 elsif ans < 0 ans += 60 end p ans }