0_0_25868184_19968.cpp
0_0_25868184_19968.cpp(29) : error C2228: “.clear”的左边必须有类/结构/联合
类型是“std::vector<int,std::allocator<_Ty>> [100010]”
with
[
_Ty=int
]
0_0_25868184_19968.cpp(30) : error C2440: “=”: 无法从“int”转换为“int [100010]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(31) : error C2440: “=”: 无法从“int”转换为“int [100010]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(40) : error C2228: “.push_back”的左边必须有类/结构/联合
类型是“std::vector<int,std::allocator<_Ty>> [100010]”
with
[
_Ty=int
]
0_0_25868184_19968.cpp(42) : error C2105: “++”需要左值
0_0_25868184_19968.cpp(47) : error C2440: “=”: 无法从“int [100010]”转换为“int [2]”
没有使该转换得以执行的上下文
0_0_25868184_19968.cpp(48) : error C2440: “=”: 无法从“int”转换为“int [2]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(53) : error C2446: “==”: 没有从“int”到“int *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_25868184_19968.cpp(53) : error C2040: “==”:“int [100010]”与“int”的间接寻址级别不同
0_0_25868184_19968.cpp(64) : error C2440: “初始化”: 无法从“std::vector<int,std::allocator<_Ty>>”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_25868184_19968.cpp(83) : error C2440: “=”: 无法从“int [2]”转换为“int”
没有使该转换得以执行的上下文
0_0_25868184_19968.cpp(84) : error C2440: “=”: 无法从“int [2]”转换为“int”
没有使该转换得以执行的上下文
0_0_25868184_19968.cpp(86) : error C2440: “=”: 无法从“int”转换为“int [100010]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(105) : error C2440: “=”: 无法从“const int *”转换为“int [2]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(106) : error C2440: “=”: 无法从“int *”转换为“int [2]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25868184_19968.cpp(110) : error C2106: “=”: 左操作数必须为左值
|