Tag
#include <iostream>using namespace std;struct Student{int Id;char[] Name;double Chines;double Math;double PE;};int main(){Student tom=new Student();tom.Id=101;tom.Name="Tom";tom.Chine…
查看更多 2026-02-20
Demand feedback