摘要: 格式 struct 名称 struct Rectangle { int width; int height; }; int area(struct Rectangle rectangle); int area(struct Rectangle rectangle) { return rectangl 阅读全文
posted @ 2023-08-03 22:55 谷粒-笔记 阅读(29) 评论(0) 推荐(0)