🌈 搜索
📅  最后修改于: 2022-03-11 14:57:18.644000             🧑  作者: Mango
struct position2D { int i; int j; }; struct player { struct position2D; int id; };