#include using namespace std; int main() { array n = { 1,3 }; cout << n[0] << endl; } 这段代码哪里出错了。。。
收起
你的格式都没写对
报告相同问题?