以下代码的输出结果是:
int main() {
int i = 3, a[5] = {0, 1, 4, 8, 16};
for (i = (i=2)||0; i < 5; i++) {
cout << a[i];
}}