🌈 搜索
📅  最后修改于: 2022-03-11 14:46:49.185000             🧑  作者: Mango
# Copy value of a in min if a < b else copy b min = a if a < b else b