#3236. [GESP202509 四级 C++] 第 18 题

[GESP202509 四级 C++] 第 18 题

以下 C++ 代码合法。

struct Student {
    string name;
    int age;
    float score;
};
Student* students = new Student[20];

{{ select(1) }}

  • 正确
  • 错误