Banner Home Page DIY Contests Problems Ranklist Status Statistics
pdf版的题目下载:初赛goo.gl/rfbDY,决赛goo.gl/fNcyY。K题请使用GUN C++提交,用VC/VC++提交会返回RE。

View Compilation Error

2_14855_1391964_15032.cpp
\include\xutility(98) : error C2039: “iterator_category” : 不是“point”的成员
        2_14855_1391964_15032.cpp(4) : 参见“point”的声明
        2_14855_1391964_15032.cpp(42) : 参见对正在编译的类模板实例化“std::iterator_traits<_Iter>”的引用
        with
        [
            _Iter=point
        ]
\include\xutility(98) : error C2146: 语法错误 : 缺少“;”(在标识符“iterator_category”的前面)
\include\xutility(99) : error C2039: “value_type” : 不是“point”的成员
        2_14855_1391964_15032.cpp(4) : 参见“point”的声明
\include\xutility(99) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
\include\xutility(100) : error C2039: “difference_type” : 不是“point”的成员
        2_14855_1391964_15032.cpp(4) : 参见“point”的声明
\include\xutility(100) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
\include\xutility(102) : error C2039: “pointer” : 不是“point”的成员
        2_14855_1391964_15032.cpp(4) : 参见“point”的声明
\include\xutility(102) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
\include\xutility(103) : error C2039: “reference” : 不是“point”的成员
        2_14855_1391964_15032.cpp(4) : 参见“point”的声明
\include\xutility(103) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)