🌈 搜索
📅  最后修改于: 2022-03-11 15:00:51.084000             🧑  作者: Mango
int a = 5; int b = 2; double c = 3.0; System.out.println(5 + a / b * c - 1);