下列程序如果能够正确执行,那么输出的结果是 GESP。
int main(){ string name="GESP"; cout<< name[false]<< name[true]<< name[1<< 1]<< name[7>> 1]<< endl; }
正确
错误