#2739. [GESP202312 三级 C++] 第 21 题

[GESP202312 三级 C++] 第 21 题

下面C++代码将输出1

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

{{ select(1) }}

  • 正确
  • 错误