记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1; i <= col; i++)
     ^~~
/in/foo.cc:23:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for (int k = 1; k <= col; k++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 796ms 4.055 MiB
#2 Accepted 759ms 4.059 MiB
#3 Wrong Answer 773ms 4.07 MiB
#4 Wrong Answer 826ms 4.062 MiB
#5 Wrong Answer 855ms 4.055 MiB

信息

递交者
类型
递交
题目
5 城市中的最短路径
比赛
小兰赛 2018/12/2
语言
C++
递交时间
2018-12-02 11:47:28
评测时间
2018-12-02 11:47:28
评测机
分数
40
总耗时
4012ms
峰值内存
4.07 MiB