0_0_26827812_14390.cpp
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“}”
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“while”
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“>>=”的前面)
0_0_26827812_14390.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“if”
0_0_26827812_14390.cpp(2) : error C2065: “limit”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2065: “bit”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2065: “pos”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“ans”的前面)
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“for”
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“<=”的前面)
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“++”的前面)
0_0_26827812_14390.cpp(2) : error C2086: “int i”: 重定义
0_0_26827812_14390.cpp(2) : 参见“i”的声明
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“)”
0_0_26827812_14390.cpp(2) : error C2065: “sta”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2078: 初始值设定项太多
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“&&”的前面)
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“==”的前面)
0_0_26827812_14390.cpp(2) : error C2040: “i”:“int &&”与“int”的间接寻址级别不同
0_0_26827812_14390.cpp(2) : error C2530: “i”: 必须初始化引用
0_0_26827812_14390.cpp(2) : error C2059: 语法错误:“return”
0_0_26827812_14390.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“/=”的前面)
0_0_26827812_14390.cpp(2) : error C2065: “T”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2365: “scanf”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\stdio.h(283) : 参见“scanf”的声明
0_0_26827812_14390.cpp(2) : error C2065: “dp”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2070: “unknown-type”: 非法的 sizeof 操作数
0_0_26827812_14390.cpp(2) : error C2365: “printf”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\stdio.h(264) : 参见“printf”的声明
0_0_26827812_14390.cpp(2) : error C2065: “m”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C2065: “n”: 未声明的标识符
0_0_26827812_14390.cpp(2) : error C3861: “solve”: 找不到标识符
VC2013\INCLUDE\stdio.h(264) : 参见“printf”的声明
0_0_26827812_14390.cpp(2) : error C2440: “初始化”: 无法从“const char [6]”转换为“int”
没有使该转换得以执行的上下文
|