🌈 搜索
📅  最后修改于: 2022-03-11 14:44:54.364000             🧑  作者: Mango
struct U { int v[2]; int& x; int& y; }; U::U() : x(v[0]) , y(v[1]) {}