摘要:
#include<iostream> using namespace std; struct st{ string st_name; int st_age; void d(){ cout<<st_name<<" "<<st_age; } }; struct c1{ string cl_name; s 阅读全文
posted @ 2024-11-30 09:51
爱吃泡面的皮卡
阅读(14)
评论(0)
推荐(0)
摘要:
#include<iostream> using namespace std; struct st{ string st_name; int st_age; }; struct c1{ string cl_name; st st1[7]; st st2[7]; }; struct a1{ c1 st 阅读全文
posted @ 2024-11-30 09:32
爱吃泡面的皮卡
阅读(15)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; struct student{ string student_name; int age; string Gender; }; struct Cless{ string Cless_name; student a[10 阅读全文
posted @ 2024-11-30 08:51
爱吃泡面的皮卡
阅读(10)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <iomanip> using namespace std; struct wo{ string Name; int ml; int id; int money; }; int main(){ int cl=10; wo teas; teas 阅读全文
posted @ 2024-11-30 08:09
爱吃泡面的皮卡
阅读(19)
评论(0)
推荐(0)

浙公网安备 33010602011771号