2021年3月8日
摘要: 在程序中使用结构 #include<iostream>using namespace std;struct inflatable{ char name[20]; float volume; double price;};int main(){ inflatable guest= { "Gloriou 阅读全文
posted @ 2021-03-08 22:43 HuJiao粉 阅读(57) 评论(0) 推荐(0)