#includeusing namespace std;int main(){array n = { 1,3 };cout << n[0] << endl;}这段代码哪里出错了。。。
你的格式都没写对
n都没有定义 计算机都不知道这是什么肯定报错的