记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(k=1;k<=9;k++)
     ^~~
/in/foo.cc:26:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  cin >> i >> j;
  ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 2.434 MiB
#2 Runtime Error 2ms 2.953 MiB
#3 Runtime Error 2ms 2.684 MiB
#4 Runtime Error 4ms 3.938 MiB
#5 Runtime Error 2ms 2.32 MiB

信息

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