标签: C/C++

3 篇文章

神奇struct的那些事
本文原本创作于2025.02.28,经过些许修改之后发布到此 struct的正常用法 struct student{ int id; int num; }; struct student STU; 这…