/ Vijos /

记录详情

Accepted

/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 Accepted 7ms 24.191 MiB
#2 Accepted 10ms 24.25 MiB
#3 Accepted 279ms 28.344 MiB
#4 Accepted 47ms 26.25 MiB
#5 Accepted 126ms 26.375 MiB
#6 Accepted 230ms 28.57 MiB
#7 Accepted 459ms 26.605 MiB
#8 Accepted 482ms 44.68 MiB
#9 Accepted 311ms 47.375 MiB
#10 Accepted 378ms 47.082 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2017-08-25 18:20:16
评测时间
2017-08-25 18:20:16
评测机
分数
100
总耗时
2333ms
峰值内存
47.375 MiB