🌈 搜索
📅  最后修改于: 2022-03-11 14:44:53.859000             🧑  作者: Mango
int a = 1; int b = 2; int c = 3; int m = std::max({a, b, c});