/ Vijos /

记录详情

Wrong Answer

/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 24.316 MiB
#2 Wrong Answer 9ms 24.25 MiB
#3 Accepted 1345ms 26.25 MiB
#4 Accepted 134ms 26.324 MiB
#5 Accepted 475ms 24.375 MiB
#6 Accepted 1111ms 24.5 MiB
#7 Accepted 2673ms 24.625 MiB
#8 Accepted 2602ms 25.625 MiB
#9 Accepted 1770ms 25.75 MiB
#10 Accepted 1893ms 27.086 MiB

信息

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