Skip to content

Commit 7a360ba

Browse files
committed
add
1 parent 8b3ab0c commit 7a360ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Everyday_alg/2024/2024-12/21/sort-the-students-by-their-kth-score.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# @ File: sort-the-students-by-their-kth-score.py
77
# @ Description:
88
"""
9+
from typing import List
910

1011
"""
1112
班里有 m 位学生,共计划组织 n 场考试。给你一个下标从 0 开始、大小为 m x n 的整数矩阵 score ,

0 commit comments

Comments
 (0)