/ ep /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:10: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    j=1<<d-1;
         ~^~
/in/foo.cc:22:29: warning: right operand of comma operator has no effect [-Wunused-value]
   d=(int)log2(r[i]-l[i]+1),j<<d;
                            ~^~~
/in/foo.cc:6:30: warning: unused variable 'MAX' [-Wunused-variable]
  register int n,m,i,d,endd,j,MAX,k;
                              ^~~
/in/foo.cc:6:34: warning: unused variable 'k' [-Wunused-variable]
  register int n,m,i,d,endd,j,MAX,k;
                                  ^
/in/foo.cc:23:44: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<max(premax[l[i]][d],premax[max(r[i]-j+1,l[i])][d])<<"\n"; 
                                        ~~~~^~
# 状态 耗时 内存占用
#1 Accepted 4ms 6.57 MiB
#2 Accepted 4ms 6.699 MiB
#3 Accepted 4ms 6.695 MiB
#4 Accepted 130ms 6.699 MiB
#5 Accepted 130ms 4.699 MiB
#6 Accepted 135ms 6.699 MiB
#7 Accepted 236ms 31.027 MiB
#8 Accepted 265ms 30.848 MiB
#9 Wrong Answer 180ms 30.02 MiB
#10 Accepted 211ms 30.449 MiB

信息

递交者
类型
递交
题目
P1001 序列区间最大值
语言
C++
递交时间
2019-08-24 14:48:51
评测时间
2019-08-24 14:48:51
评测机
分数
90
总耗时
1304ms
峰值内存
31.027 MiB