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_20698764_17773.cpp
0_0_20698764_17773.cpp(8) : error C2059: 语法错误:“)”
0_0_20698764_17773.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_20698764_17773.cpp(8) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_20698764_17773.cpp(11) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_20698764_17773.cpp(14) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(14) : error C2228: “.x”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(14) : error C2228: “.y”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(19) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(19) : error C2228: “.x”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(20) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(20) : error C2228: “.y”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(22) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(22) : error C2228: “.x”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(27) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(27) : error C2228: “.y”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(28) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(28) : error C2228: “.x”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(30) : error C2027: 使用了未定义类型“Point”
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(30) : error C2228: “.y”的左边必须有类/结构/联合
        0_0_20698764_17773.cpp(8) : 参见“Point”的声明
0_0_20698764_17773.cpp(36) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_20698764_17773.cpp(39) : error C2144: 语法错误:“int”的前面应有“,”
0_0_20698764_17773.cpp(43) : error C2664: “double GetDistance(Point,Point)”: 无法将参数 1 从“int”转换为“Point”
        源或目标有不完整类型
0_0_20698764_17773.cpp(45) : error C2664: “double GetDistance(Point,Point)”: 无法将参数 1 从“int”转换为“Point”
        源或目标有不完整类型
0_0_20698764_17773.cpp(46) : error C2664: “double GetDistance(Point,Point)”: 无法将参数 1 从“int”转换为“Point”
        源或目标有不完整类型
0_0_20698764_17773.cpp(47) : error C2664: “double GetDistance(Point,Point)”: 无法将参数 1 从“int”转换为“Point”
        源或目标有不完整类型
0_0_20698764_17773.cpp(48) : error C3861: “MinDistance”:  找不到标识符
0_0_20698764_17773.cpp(53) : error C3861: “MinDistance”:  找不到标识符
0_0_20698764_17773.cpp(53) : error C3861: “GetMinDistance”:  找不到标识符
0_0_20698764_17773.cpp(55) : error C2228: “.x”的左边必须有类/结构/联合
        类型是“int”
0_0_20698764_17773.cpp(61) : error C2228: “.y”的左边必须有类/结构/联合
        类型是“int”
0_0_20698764_17773.cpp(66) : error C2143: 语法错误 : 缺少“,”(在“<”的前面)
0_0_20698764_17773.cpp(66) : error C2086: “int j”: 重定义
        0_0_20698764_17773.cpp(66) : 参见“j”的声明
0_0_20698764_17773.cpp(66) : error C2143: 语法错误 : 缺少“;”(在“)”的前面)
0_0_20698764_17773.cpp(66) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_20698764_17773.cpp(67) : error C2664: “double GetDistance(Point,Point)”: 无法将参数 1 从“int”转换为“Point”
        源或目标有不完整类型
0_0_20698764_17773.cpp(80) : error C2079: “p”使用未定义的 class“Point”
0_0_20698764_17773.cpp(83) : error C2228: “.x”的左边必须有类/结构/联合
        类型是“int”
0_0_20698764_17773.cpp(83) : error C2228: “.y”的左边必须有类/结构/联合
        类型是“int”
0_0_20698764_17773.cpp(85) : error C2065: “CompX”: 未声明的标识符
0_0_20698764_17773.cpp(90) : error C2562: “main”:“void”函数返回值
        0_0_20698764_17773.cpp(77) : 参见“main”的声明
0_0_20698764_17773.cpp(93) : error C2059: 语法错误:“}”
0_0_20698764_17773.cpp(93) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)


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-11-29 13:40:06, Gzip enabled