记录详情

Runtime Error

/in/foo.cc: In function 'void search(int, int)':
/in/foo.cc:44:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int j=1;j<=n;j++)
   ^~~
/in/foo.cc:59:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(xiao==0&&d!=0) bottom++;
    ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.945 MiB
#2 Wrong Answer 2ms 2.68 MiB
#3 Accepted 2ms 2.328 MiB
#4 Accepted 73ms 2.688 MiB
#5 Accepted 10ms 2.199 MiB
#6 Accepted 208ms 2.77 MiB
#7 Time Exceeded ≥1001ms ≥2.992 MiB
#8 Runtime Error 157ms 16.863 MiB
#9 Time Exceeded ≥1005ms ≥7.453 MiB
#10 Accepted 2ms 2.324 MiB

信息

递交者
类型
递交
题目
3.山峰和山谷
题目数据
下载
语言
C++
递交时间
2019-04-08 22:17:34
评测时间
2019-04-08 22:17:34
评测机
分数
60
总耗时
2466ms
峰值内存
16.863 MiB