作业介绍

#include using namespace std; struct student{//结构体名称 string name; int id,bj,age; double score;//成员 }; int main(){ student st1={"xiaoshayu",7,6,100,0.5};//创建结构体变量 student st2={"saogang",6,6,18,250}; st1.id=1000; cout<<st1.id; return 0; }

状态
已结束
题目
3
开始时间
2024-5-17 0:00
截止时间
2024-5-25 23:59
可延期
24 小时