create dev channel
This commit is contained in:
3
zeta/py/completed/11651.py
Normal file
3
zeta/py/completed/11651.py
Normal file
@@ -0,0 +1,3 @@
|
||||
T = int(input())
|
||||
S = [tuple(map(int, input().split()))for _ in range(T)]; S.sort(key=lambda v: (v[1], v[0]))
|
||||
[print(i, j)for i, j in S]
|
||||
Reference in New Issue
Block a user