单选题 难度 1
注意下标从哪开始。
下面代码的输出是( )。 int a[5] = {3, 1, 4, 1, 5}; for (int i = 4; i >= 0; i--) cout << a[i];