/ JYOI /

记录详情

Time Exceeded

foo.cc: In function 'void fft(cp*, int, int)':
foo.cc:24:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   24 |     for(unsigned i=2;i<=len;i<<=1){
      |                      ~^~~~~
foo.cc:27:22: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   27 |         for(int j=1;j<i>>1;j+=2)  w[j]=w[j-1]*g;
      |                     ~^~~~~
foo.cc:30:26: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   30 |             for(int l=0;l<i>>1;l++){
      |                         ~^~~~~
foo.cc: In function 'void FFT(int*, int*, int, int, int*)':
foo.cc:50:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
   50 |         int j=len-1&len-i;
      |               ~~~^~
foo.cc:54:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
   54 |         int j=len-1&len-i;
      |               ~~~^~
Found 30 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 173ms 76.988 MiB
#2 Accepted 316ms 76.867 MiB
#3 Accepted 559ms 76.992 MiB
#4 Accepted 652ms 76.867 MiB
#5 Accepted 565ms 76.992 MiB
#6 Accepted 132ms 76.992 MiB
#7 Accepted 142ms 76.992 MiB
#8 Accepted 116ms 76.875 MiB
#9 Accepted 164ms 76.867 MiB
#10 Accepted 259ms 76.992 MiB
#11 Accepted 241ms 76.992 MiB
#12 Accepted 168ms 76.867 MiB
#13 Accepted 235ms 76.867 MiB
#14 Accepted 165ms 77.004 MiB
#15 Accepted 263ms 76.875 MiB
#16 Time Exceeded ≥1107ms ≥76.867 MiB
#17 Time Exceeded ≥1105ms ≥76.992 MiB
#18 Time Exceeded ≥1105ms ≥76.871 MiB
#19 Time Exceeded ≥1104ms ≥76.918 MiB
#20 Time Exceeded ≥1111ms ≥76.867 MiB
#21 Time Exceeded ≥1106ms ≥76.867 MiB
#22 Time Exceeded ≥1104ms ≥76.867 MiB
#23 Time Exceeded ≥1104ms ≥76.867 MiB
#24 Time Exceeded ≥1105ms ≥76.992 MiB
#25 Time Exceeded ≥1106ms ≥76.867 MiB
#26 Time Exceeded ≥1133ms ≥76.992 MiB
#27 Time Exceeded ≥1113ms ≥76.992 MiB
#28 Time Exceeded ≥1105ms ≥76.992 MiB
#29 Time Exceeded ≥1104ms ≥77.117 MiB
#30 Time Exceeded ≥1107ms ≥76.867 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2021-08-12 21:58:24
评测时间
2022-02-06 17:11:55
评测机
分数
45
总耗时
≥20785ms
峰值内存
≥77.117 MiB