结构体题解。AC神2024-08-01 13:33:33发布于:北京10阅读0回复0点赞#include<bits/stdc++.h> using namespace std; struct student{ string n="张三"; double c=98.5; int o=12; }; int main(){ student w; cout<<w.n<<" "<<w.c<<" "<<w.o<<endl; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个