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