wwww
2025-11-01 13:47:06
发布于:北京
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
struct asd{
string name;
double gg;
int age;
}a;
int main(){
asd a={"张三",98.5,12};
cout <<a.name<<" "<<a.gg<<' '<<a.age;
return 0;
}
全部评论 2
qqqqqqqqqq
5天前 来自 北京
0qqqqqq
5天前 来自 北京
0


有帮助,赞一个