sorted_input = Array.new(4) { gets.chomp }.sort.join max = sorted_input.reverse.to_i sorted_input[0], sorted_input[1] = sorted_input[1], sorted_input[0] if sorted_input[0] == '0' puts max - sorted_input.to_i
min. max = Array.new(4) { gets.to_i }.minmax puts max - min
a.sort #默认从小到大排序 b = a[3] - a[0] #最后减最前 p b #输出b
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |