记录详情

Time Exceeded

/in/foo.cc: In function 'int rmq(int, int, int)':
/in/foo.cc:22:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(k=0;(1<<k)<=dis;++k);k--;
     ^~~
/in/foo.cc:22:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(k=0;(1<<k)<=dis;++k);k--;
                              ^
/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:31:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:31:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
                                    ^~~
# 状态 耗时 内存占用
#1 Accepted 79ms 76.5 MiB
#2 Accepted 80ms 78.652 MiB
#3 Accepted 291ms 80.676 MiB
#4 Accepted 87ms 78.363 MiB
#5 Accepted 293ms 80.672 MiB
#6 Accepted 294ms 80.672 MiB
#7 Time Exceeded ≥1000ms ≥152.977 MiB
#8 Time Exceeded ≥1001ms ≥154.188 MiB
#9 Accepted 454ms 154.898 MiB
#10 Accepted 455ms 153.918 MiB

信息

递交者
类型
递交
题目
好奇的小明
语言
C++
递交时间
2017-08-31 10:06:21
评测时间
2017-08-31 10:06:21
评测机
分数
80
总耗时
≥4041ms
峰值内存
≥154.898 MiB