摘要:
include include using namespace std; struct People{ int id; string name; char sex; int year; }; int main(){ People people[10]; for(int i=0;i<10;i++){ 阅读全文
posted @ 2025-10-24 11:54
Cx330。
阅读(5)
评论(0)
推荐(0)
摘要:
include include using namespace std; struct Student{ int id; string name; int score; }; int main(){ Student student[100]; int n=0; while(cin>>student[ 阅读全文
posted @ 2025-10-24 11:54
Cx330。
阅读(4)
评论(0)
推荐(0)

浙公网安备 33010602011771号