/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void NTT(int*, int, int)':
/in/foo.cc:32:16: warning: unused variable 'idx' [-Wunused-variable]
  for(int i = 1,idx = 0;i < Len;i <<= 1)
                ^~~
/in/foo.cc: In function 'void find()':
/in/foo.cc:65:12: warning: 'g' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int d = 0,g;
            ^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.809 MiB
#2 Accepted 3ms 848.0 KiB
#3 Accepted 3ms 836.0 KiB
#4 Accepted 6ms 852.0 KiB
#5 Accepted 12ms 956.0 KiB
#6 Accepted 19ms 992.0 KiB
#7 Accepted 85ms 1.066 MiB
#8 Accepted 106ms 2.938 MiB
#9 Accepted 104ms 2.938 MiB
#10 Accepted 131ms 1.062 MiB

信息

递交者
类型
递交
题目
P1947 序列统计
语言
C++
递交时间
2017-06-05 21:08:06
评测时间
2017-06-05 21:08:06
评测机
分数
100
总耗时
474ms
峰值内存
2.938 MiB