有如下程序段:
int i=4;int j=1;
int main( ) {
int i=8,j=i;
cout<
}
运行时的输出结果是______。
A、44
B、41
C、88
D、81