1806: 排序 - CCF-GESP2025年6月四级C++

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:10 Solved:2

Description

Input

Output

输出一行,一个整数,表示最少需要的交换次数。

Sample Input Copy

5
1 60
3 70
2 80
4 55
4 50

Sample Output Copy

8