Skip to content

Commit

Permalink
Update Geo_Pri.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPapyrus683 authored Oct 26, 2024
1 parent 8a5c272 commit c18a18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/5_Plat/Geo_Pri.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ class Point:

n = int(input())
points = []

for _ in range(n):
x, y = map(int, input().split())
points.append(Point(x, y))
Expand Down

0 comments on commit c18a18a

Please sign in to comment.