0_0_27725187_28175.cpp
0_0_27725187_28175.cpp(13) : error C2143: 语法错误 : 缺少“;”(在“<template-id>”的前面)
0_0_27725187_28175.cpp(13) : error C2146: 语法错误: 缺少“;”(在标识符“p”的前面)
0_0_27725187_28175.cpp(13) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_27725187_28175.cpp(13) : error C2936: “std::pair<int,int>”: 模板类 id 重新定义为全局数据变量
0_0_27725187_28175.cpp(30) : error C2440: “=”: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_27725187_28175.cpp(34) : error C2440: “=”: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_27725187_28175.cpp(38) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_27725187_28175.cpp(39) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_27725187_28175.cpp(42) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_27725187_28175.cpp(42) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
|