Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
foo.cc:9:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=1;i<=m;i++)
  ^~~
foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int k=1;k<=n;k++)
     ^~~
foo.cc:17:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=1;i<=n;i++)
  ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 2. 1ms 384.0 KiB
#2 Wrong Answer Read 0, expect 29267. 1ms 384.0 KiB
#3 Wrong Answer Read 0, expect 57251. 1ms 384.0 KiB
#4 Wrong Answer Read 0, expect 74270. 2ms 512.0 KiB
#5 Wrong Answer Read 0, expect 22033. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1095 6-2 矩阵乘法
语言
C++
递交时间
2021-12-01 17:01:59
评测时间
2021-12-01 17:01:59
评测机
分数
0
总耗时
10ms
峰值内存
512.0 KiB