F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_6258140_12661.cpp
0_0_6258140_12661.cpp(19) : error C2666: “pow” : 7 个重载有相似的转换
        VC\include\math.h(620): 可能是“long double pow(long double,int)”
        VC\include\math.h(618): 或       “long double pow(long double,long double)”
        VC\include\math.h(572): 或       “float pow(float,int)”
        VC\include\math.h(570): 或       “float pow(float,float)”
        VC\include\math.h(534): 或       “double pow(int,int)”
        VC\include\math.h(532): 或       “double pow(double,int)”
        VC\include\math.h(195): 或       “double pow(double,double)”
        试图匹配参数列表“(const int, double)”时
0_0_6258140_12661.cpp(23) : error C2666: “pow” : 7 个重载有相似的转换
        VC\include\math.h(620): 可能是“long double pow(long double,int)”
        VC\include\math.h(618): 或       “long double pow(long double,long double)”
        VC\include\math.h(572): 或       “float pow(float,int)”
        VC\include\math.h(570): 或       “float pow(float,float)”
        VC\include\math.h(534): 或       “double pow(int,int)”
        VC\include\math.h(532): 或       “double pow(double,int)”
        VC\include\math.h(195): 或       “double pow(double,double)”
        试图匹配参数列表“(const int, double)”时
0_0_6258140_12661.cpp(85) : error C3861: “typeof”: 即使使用参数相关的查找,也未找到标识符
0_0_6258140_12661.cpp(85) : error C2146: 语法错误 : 缺少“;”(在标识符“i”的前面)
0_0_6258140_12661.cpp(85) : error C2440: “=” : 无法从“std::vector<_Ty>::iterator”转换为“int”
        with
        [
            _Ty=std::pair<int,int>
        ]
        没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“int”中)的模板参数
        VC\include\vector(908) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::_Tree<_Traits> &,const std::_Tree<_Traits> &)” : 未能推导出“const std::_Tree<_Traits> &”(从“int”中)的模板参数
        VC\include\xtree(1164) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &,const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &)” : 未能推导出“const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &”(从“int”中)的模板参数
        VC\include\iterator(231) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &)” : 未能推导出“const std::allocator<_Ty> &”(从“int”中)的模板参数
        VC\include\xmemory(172) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)” : 未能推导出“const std::istreambuf_iterator<_Elem,_Traits> &”(从“int”中)的模板参数
        VC\include\xutility(949) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“int”中)的模板参数
        VC\include\xutility(648) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2784: “bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“int”中)的模板参数
        VC\include\utility(65) : 参见“std::operator`!='”的声明
0_0_6258140_12661.cpp(85) : error C2677: 二进制“!=” : 没有找到接受“std::vector<_Ty>::iterator”类型的全局运算符(或没有可接受的转换)
        with
        [
            _Ty=std::pair<int,int>
        ]
0_0_6258140_12661.cpp(85) : error C2146: 语法错误 : 缺少“)”(在标识符“i”的前面)
0_0_6258140_12661.cpp(85) : error C2059: 语法错误 : “;”
0_0_6258140_12661.cpp(85) : error C2059: 语法错误 : “)”
0_0_6258140_12661.cpp(86) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_6258140_12661.cpp(87) : error C2227: “->first”的左侧必须指向类/结构/联合
        类型是“int”
0_0_6258140_12661.cpp(87) : error C2227: “->second”的左侧必须指向类/结构/联合
        类型是“int”
0_0_6258140_12661.cpp(87) : error C2227: “->first”的左侧必须指向类/结构/联合
        类型是“int”
0_0_6258140_12661.cpp(87) : error C2228: “.dis”的左侧必须有类/结构/联合类型
0_0_6258140_12661.cpp(87) : error C2227: “->second”的左侧必须指向类/结构/联合
        类型是“int”


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-02 08:31:50, Gzip enabled