记录详情

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 22ms 3.324 MiB
#2 Accepted 2ms 2.777 MiB
#3 Wrong Answer 7ms 1.301 MiB
#4 Wrong Answer 88ms 3.254 MiB
#5 Wrong Answer 10ms 2.18 MiB
#6 Wrong Answer 229ms 2.805 MiB
#7 Time Exceeded ≥1004ms ≥2.945 MiB
#8 Runtime Error 164ms 16.867 MiB
#9 Time Exceeded ≥1000ms ≥8.117 MiB
#10 Accepted 2ms 2.824 MiB

信息

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