#2815. [GESP202409 三级 C++] 第 22 题

[GESP202409 三级 C++] 第 22 题

下列程序将输出1。

int a[10]={1};
cout<<a[1]<<endl;

{{ select(1) }}

  • 正确
  • 错误