题目描述 Given two arrays , with length , you should perform exactly operations in array . For each operation, choose elements , () and swap the positions of and . Please maximize . 输入描述 The first line of input contains two integers ( ,), describing the length of , and number of operations. The secon...