🌈 搜索
📅  最后修改于: 2022-03-11 14:48:59.841000             🧑  作者: Mango
int a = 5; int b = 10 if (a > b) //false { b = b - a; } else { a = a + b; }