Run ID:93296
提交时间:2024-10-13 09:57:00
a = int(input()) for i in range(a): b = list(map(int,input().split())) c = max(a) - min(a) print(c)