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