/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void bd(int&, int, int, int)':
/in/foo.cc:54:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(l>r)return;int md=l+r>>1;
  ^~
/in/foo.cc:54: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:54: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:104:6: warning: unused variable 'T' [-Wunused-variable]
  int T,n,m,i,x,y,k;char s[19];
      ^
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 22.25 MiB
#2 Wrong Answer 9ms 24.25 MiB
#3 Wrong Answer 273ms 24.359 MiB
#4 Wrong Answer 32ms 22.254 MiB
#5 Wrong Answer 94ms 24.32 MiB
#6 Wrong Answer 173ms 24.551 MiB
#7 Wrong Answer 417ms 24.617 MiB
#8 Wrong Answer 396ms 25.797 MiB
#9 Wrong Answer 279ms 27.227 MiB
#10 Wrong Answer 302ms 25.875 MiB

信息

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