char *t=new char();
和
char *t=new char[102];
因为我的代码被后者接受了吗?
//BISHOPS SPOJ
c++ pointers
c++ ×1
pointers ×1