/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int merge(int, int)':
/in/foo.cc:39:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!x||!y)return x+y;int z=0;
  ^~
/in/foo.cc:39:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!x||!y)return x+y;int z=0;
                       ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:98:6: warning: unused variable 'T' [-Wunused-variable]
  int T,n,m,i,x,y,k;char s[19];
      ^
# 状态 耗时 内存占用
#1 Accepted 8ms 26.25 MiB
#2 Accepted 8ms 26.25 MiB
#3 Accepted 1372ms 24.25 MiB
#4 Accepted 158ms 26.434 MiB
#5 Accepted 460ms 26.422 MiB
#6 Accepted 1112ms 24.5 MiB
#7 Accepted 2675ms 24.625 MiB
#8 Accepted 2596ms 25.75 MiB
#9 Accepted 1794ms 26.0 MiB
#10 Accepted 1840ms 27.0 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2017-08-25 19:27:57
评测时间
2017-08-25 19:27:57
评测机
分数
100
总耗时
12027ms
峰值内存
27.0 MiB