Files
workspace/python/luogu/p1433.py
2026-01-31 14:38:00 +08:00

14 lines
181 B
Python

import collections
def dfs(path:list, visited):
if path.
n = int(input())
points = []
for i in range(n):
x = int(input())
y = int(input())
points.append([x, y])