main () { int *a = new int[100]; int *b = a; a += 50; delete[] a; }
65,198
社区成员
250,522
社区内容
加载中
试试用AI创作助手写篇文章吧