/ Vijos /

记录详情

Compile Error

foo.cc:2:2: error: invalid preprocessing directive #incldue; did you mean #include?
 #incldue <cstring>
  ^~~~~~~
  include
foo.cc: In function 'int main()':
foo.cc:23:2: error: 'memset' was not declared in this scope
  memset(dp, 0x3f, sizeof dp);
  ^~~~~~
foo.cc:23:2: note: suggested alternative: 'wmemset'
  memset(dp, 0x3f, sizeof dp);
  ^~~~~~
  wmemset
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1191 最大子矩阵
语言
C++
递交时间
2021-11-06 16:36:53
评测时间
2021-11-06 16:36:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes