/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:6:23: error: 'memset' was not declared in this scope
foo.cpp:16:16: error: incompatible types in assignment of 'int [3]' to 'int [101]'
foo.cpp:18:28: error: invalid operands of types 'int [101]' and 'int [3]' to binary 'operator+'
foo.cpp:25:20: error: invalid conversion from 'int*' to 'int' [-fpermissive]
foo.cpp:28:48: error: invalid operands of types 'int [11]' and 'int [101]' to binary 'operator+'
foo.cpp:30:48: error: invalid operands of types 'int [11]' and 'int [101]' to binary 'operator+'
foo.cpp:33:45: error: invalid operands of types 'int [101][11]' and 'int [101]' to binary 'operator+'

信息

递交者
类型
递交
题目
P1191 最大子矩阵
语言
C++
递交时间
2014-10-17 09:39:06
评测时间
2014-10-17 09:39:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes