Line # Hits Time Per Hit % Time Line Contents
==============================================================
11 @profile
12 def foo():
13 200001 87415.0 0.4 0.6 for i in range(N):
14 200000 549187.0 2.7 3.7 A, B = [int(x) for x in sys.stdin.readline().split()]
15 200000 88256.0 0.4 0.6 if B == 0:
16 angle = "I"
17 else:
18 200000 1450133.0 7.3 9.8 angle = Fraction(A, B)
19 200000 12591985.0 63.0 85.3 count[angle] += 1