#2740. [GESP202312 三级 C++] 第 22 题

[GESP202312 三级 C++] 第 22 题

下面C++程序将输出1。

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

{{ select(1) }}

  • 正确
  • 错误