当只执行一行 ans.readInt(),能将标准答案的所有数全都读进去吗,或者说,vector<int> a=ans.readInt() 是合法的吗,如果不合法该咋办
ans.readInt()
vector<int> a=ans.readInt()