Gửi bài giải
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
Given a matrix of integers with
Input
- Three integers
, , separated by a space .
Output
- The
-th integer after sorting all the numbers in the matrix.
Sample Input
Copy
2 3 4
Sample Output
Copy
3
Bình luận