以下C++代码合法。
struct Student { string name; int age; float score; }; Student* students = new Student[20];
正确
错误