记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(k = 0; k < 1000; k++)
     ^~~
/in/foo.cc:28:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  cin >> i >> j;
  ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 792ms 4.059 MiB
#2 Wrong Answer 807ms 4.074 MiB
#3 Wrong Answer 804ms 4.059 MiB
#4 Wrong Answer 822ms 4.055 MiB
#5 Wrong Answer 799ms 4.16 MiB

信息

递交者
类型
递交
题目
5 城市中的最短路径
语言
C++
递交时间
2018-12-09 10:29:58
评测时间
2018-12-09 10:30:26
评测机
分数
0
总耗时
4027ms
峰值内存
4.16 MiB