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_24169980_28121.cpp
0_0_24169980_28121.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“int64”的前面)
0_0_24169980_28121.cpp(7) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_24169980_28121.cpp(8) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_24169980_28121.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“mod”的前面)
0_0_24169980_28121.cpp(8) : error C2373: “int64”: 重定义;不同的类型修饰符
        0_0_24169980_28121.cpp(7) : 参见“int64”的声明
0_0_24169980_28121.cpp(9) : error C2146: 语法错误: 缺少“;”(在标识符“n”的前面)
0_0_24169980_28121.cpp(9) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_24169980_28121.cpp(9) : error C2086: “int int64”: 重定义
        0_0_24169980_28121.cpp(7) : 参见“int64”的声明
0_0_24169980_28121.cpp(11) : error C2146: 语法错误: 缺少“;”(在标识符“mat”的前面)
0_0_24169980_28121.cpp(11) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_24169980_28121.cpp(16) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(18) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(18) : error C2065: “mat”: 未声明的标识符
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(19) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(27) : error C2146: 语法错误: 缺少“)”(在标识符“k”的前面)
0_0_24169980_28121.cpp(27) : error C2182: “pow”: 非法使用“void”类型
0_0_24169980_28121.cpp(27) : error C2365: “pow”: 重定义;以前的定义是“函数”
0_0_24169980_28121.cpp(27) : error C2059: 语法错误:“)”
0_0_24169980_28121.cpp(27) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_24169980_28121.cpp(27) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_24169980_28121.cpp(58) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(58) : error C2660: “memset”: 函数不接受 2 个参数
0_0_24169980_28121.cpp(59) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(60) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(61) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(62) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(63) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(64) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(65) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(66) : error C2039: “mat”: 不是“Matrix”的成员
        0_0_24169980_28121.cpp(10) : 参见“Matrix”的声明
0_0_24169980_28121.cpp(67) : error C2665: “pow”: 6 个重载中没有一个可以转换所有参数类型
        VC2013\INCLUDE\math.h(1233): 可能是“long double pow(long double,int) throw()”
        VC2013\INCLUDE\math.h(1231): 或       “long double pow(long double,long double) throw()”
        VC2013\INCLUDE\math.h(1117): 或       “float pow(float,int) throw()”
        VC2013\INCLUDE\math.h(1115): 或       “float pow(float,float) throw()”
        VC2013\INCLUDE\math.h(1027): 或       “double pow(double,int) throw()”
        VC2013\INCLUDE\math.h(512): 或       “double pow(double,double)”
        尝试匹配参数列表“(int, Matrix)”时


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-16 23:54:44, Gzip enabled