0_0_39527453_21817.cpp
0_0_39527453_21817.cpp(9) : error C2628: “state”后面接“int”是非法的(是否忘记了“;”?)
0_0_39527453_21817.cpp(9) : error C3874: “main”的返回类型应为“int”而非“state”
0_0_39527453_21817.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39527453_21817.cpp(34) : error C2337: “x”: 未找到特性
0_0_39527453_21817.cpp(34) : error C2337: “y”: 未找到特性
0_0_39527453_21817.cpp(34) : error C2337: “d”: 未找到特性
0_0_39527453_21817.cpp(34) : error C2337: “turns”: 未找到特性
0_0_39527453_21817.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39527453_21817.cpp(36) : error C2065: “x”: 未声明的标识符
0_0_39527453_21817.cpp(36) : error C2065: “y”: 未声明的标识符
0_0_39527453_21817.cpp(42) : error C2065: “x”: 未声明的标识符
0_0_39527453_21817.cpp(43) : error C2065: “y”: 未声明的标识符
0_0_39527453_21817.cpp(44) : error C2065: “turns”: 未声明的标识符
0_0_39527453_21817.cpp(44) : error C2065: “d”: 未声明的标识符
0_0_39527453_21817.cpp(64) : error C2440: “return”: 无法从“int”转换为“state”
无构造函数可以接受源类型,或构造函数重载决策不明确
|