/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void bd(int&, int, int, int)':
/in/foo.cc:49:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(l>r)return;int md=l+r>>1;
  ^~
/in/foo.cc:49:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(l>r)return;int md=l+r>>1;
                ^~~
/in/foo.cc:49:24: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  if(l>r)return;int md=l+r>>1;
                       ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:100:6: warning: unused variable 'T' [-Wunused-variable]
  int T,n,m,i,x,y,k;char s[19];
      ^
# 状态 耗时 内存占用
#1 Wrong Answer 8ms 24.25 MiB
#2 Wrong Answer 9ms 24.25 MiB
#3 Wrong Answer 272ms 24.375 MiB
#4 Wrong Answer 34ms 24.301 MiB
#5 Wrong Answer 98ms 26.414 MiB
#6 Wrong Answer 196ms 30.5 MiB
#7 Wrong Answer 581ms 30.547 MiB
#8 Wrong Answer 519ms 43.551 MiB
#9 Wrong Answer 282ms 45.953 MiB
#10 Wrong Answer 292ms 48.758 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2017-08-25 18:19:53
评测时间
2017-08-25 18:19:53
评测机
分数
0
总耗时
2296ms
峰值内存
48.758 MiB