通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有如下程序段:
int*a=new int[2]; a[0]=0; a[1]=1; int**b=&a: cout<<**b;
运行这个程序段将输出( )。