题解乌云B6122024-12-14 22:43:34发布于:山东2阅读0回复0点赞#include<iostream> using namespace std; struct stu{ string a="张三"; float trade=98.5; int age=12; }; int main(){ stu x; cout<<x.a<<" "<<x.trade<<" "<<x.age; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个