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_25878531_14911.cpp
0_0_25878531_14911.cpp(23) : error C2059: 语法错误:“if”
0_0_25878531_14911.cpp(23) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25878531_14911.cpp(23) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(29) : error C2059: 语法错误:“for”
0_0_25878531_14911.cpp(29) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(29) : error C2065: “pStr”: 未声明的标识符
0_0_25878531_14911.cpp(29) : error C2365: “isalpha”: 重定义;以前的定义是“函数”
        VC2013\INCLUDE\ctype.h(121) : 参见“isalpha”的声明
0_0_25878531_14911.cpp(29) : error C2059: 语法错误:“)”
0_0_25878531_14911.cpp(29) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(36) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_25878531_14911.cpp(36) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(37) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(37) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25878531_14911.cpp(38) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25878531_14911.cpp(38) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(42) : error C2059: 语法错误:“if”
0_0_25878531_14911.cpp(47) : error C2065: “str1”: 未声明的标识符
0_0_25878531_14911.cpp(47) : error C2228: “.c_str”的左边必须有类/结构/联合
        类型是“unknown-type”
0_0_25878531_14911.cpp(47) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(47) : error C2365: “strcpy”: 重定义;以前的定义是“函数”
        VC2013\INCLUDE\string.h(112) : 参见“strcpy”的声明
0_0_25878531_14911.cpp(47) : error C2440: “初始化”: 无法从“char [100]”转换为“int”
        没有使该转换得以执行的上下文
0_0_25878531_14911.cpp(48) : error C2065: “str2”: 未声明的标识符
0_0_25878531_14911.cpp(48) : error C2228: “.c_str”的左边必须有类/结构/联合
        类型是“unknown-type”
0_0_25878531_14911.cpp(48) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(48) : error C2365: “strcpy”: 重定义;以前的定义是“函数”
        VC2013\INCLUDE\string.h(112) : 参见“strcpy”的声明
0_0_25878531_14911.cpp(48) : error C2440: “初始化”: 无法从“char [100]”转换为“int”
        没有使该转换得以执行的上下文
0_0_25878531_14911.cpp(50) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(50) : error C2078: 初始值设定项太多
0_0_25878531_14911.cpp(50) : error C2440: “初始化”: 无法从“std::vector<TERM,std::allocator<_Ty>>”转换为“int”
        with
        [
            _Ty=TERM
        ]
        没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_25878531_14911.cpp(51) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(51) : error C2374: “ParsePolynomial”: 重定义;多次初始化
        0_0_25878531_14911.cpp(50) : 参见“ParsePolynomial”的声明
0_0_25878531_14911.cpp(51) : error C2078: 初始值设定项太多
0_0_25878531_14911.cpp(51) : error C2440: “初始化”: 无法从“std::vector<TERM,std::allocator<_Ty>>”转换为“int”
        with
        [
            _Ty=TERM
        ]
        没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_25878531_14911.cpp(54) : error C2059: 语法错误:“for”
0_0_25878531_14911.cpp(54) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_25878531_14911.cpp(54) : error C2143: 语法错误 : 缺少“;”(在“!=”的前面)
0_0_25878531_14911.cpp(54) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(54) : error C2371: “j”: 重定义;不同的基类型
        0_0_25878531_14911.cpp(52) : 参见“j”的声明
0_0_25878531_14911.cpp(54) : error C2059: 语法错误:“++”
0_0_25878531_14911.cpp(54) : error C2059: 语法错误:“)”
0_0_25878531_14911.cpp(54) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25878531_14911.cpp(54) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(58) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(58) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25878531_14911.cpp(61) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(61) : error C2078: 初始值设定项太多
0_0_25878531_14911.cpp(62) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(62) : error C2374: “fill”: 重定义;多次初始化
        0_0_25878531_14911.cpp(61) : 参见“fill”的声明
0_0_25878531_14911.cpp(62) : error C2078: 初始值设定项太多
0_0_25878531_14911.cpp(66) : error C2059: 语法错误:“for”
0_0_25878531_14911.cpp(66) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_25878531_14911.cpp(66) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_25878531_14911.cpp(66) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(66) : error C2371: “j”: 重定义;不同的基类型
        0_0_25878531_14911.cpp(52) : 参见“j”的声明
0_0_25878531_14911.cpp(67) : error C2059: 语法错误:“)”
0_0_25878531_14911.cpp(67) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(72) : error C2059: 语法错误:“if”
0_0_25878531_14911.cpp(72) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25878531_14911.cpp(72) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(104) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(104) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25878531_14911.cpp(106) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25878531_14911.cpp(106) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25878531_14911.cpp(110) : error C2057: 应输入常量表达式
0_0_25878531_14911.cpp(110) : error C2466: 不能分配常量大小为 0 的数组
0_0_25878531_14911.cpp(110) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(110) : error C2371: “szBuf1”: 重定义;不同的基类型
        0_0_25878531_14911.cpp(44) : 参见“szBuf1”的声明
0_0_25878531_14911.cpp(110) : error C2440: “初始化”: 无法从“char”转换为“int []”
        没有转换为数组类型,但有转换为数组的引用或指针
0_0_25878531_14911.cpp(111) : error C2143: 语法错误 : 缺少“;”(在“<<”的前面)
0_0_25878531_14911.cpp(111) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_25878531_14911.cpp(112) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(112) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25878531_14911.cpp(114) : error C2059: 语法错误:“}”
0_0_25878531_14911.cpp(114) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-10 02:53:25, Gzip enabled