/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void insert(int&, int, int, int)':
/in/foo.cc:8:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (!k) k=++cnt; if (l==r) return; d[k]++;
  ^~
/in/foo.cc:8:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (!k) k=++cnt; if (l==r) return; d[k]++;
                   ^~
/in/foo.cc: In function 'int query(int, int, int, int)':
/in/foo.cc:13:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (l==r) return l; int mid=(l+r)>>1;
  ^~
/in/foo.cc:13:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (l==r) return l; int mid=(l+r)>>1;
                      ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 12ms 12.375 MiB
#2 Wrong Answer 11ms 13.0 MiB
#3 Wrong Answer 16ms 14.711 MiB
#4 Wrong Answer 11ms 12.75 MiB
#5 Wrong Answer 12ms 13.199 MiB
#6 Wrong Answer 8ms 13.875 MiB
#7 Accepted 10ms 13.992 MiB
#8 Accepted 8ms 12.355 MiB
#9 Accepted 7ms 13.215 MiB
#10 Accepted 8ms 13.75 MiB
#11 Wrong Answer 162ms 20.738 MiB
#12 Wrong Answer 112ms 19.605 MiB
#13 Wrong Answer 395ms 33.344 MiB
#14 Wrong Answer 384ms 34.551 MiB
#15 Wrong Answer 454ms 34.094 MiB
#16 Wrong Answer 422ms 33.828 MiB
#17 Wrong Answer 211ms 28.566 MiB
#18 Wrong Answer 198ms 27.113 MiB
#19 Wrong Answer 525ms 58.191 MiB
#20 Wrong Answer 554ms 56.82 MiB

信息

递交者
类型
递交
题目
P2033 列队
语言
C++
递交时间
2018-02-16 21:08:09
评测时间
2018-02-16 21:08:09
评测机
分数
20
总耗时
3529ms
峰值内存
58.191 MiB