/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:29: warning: narrowing conversion of 'y[i]' from 'long long int' to 'double' inside { } [-Wnarrowing]
    b[++cnt]=(bian){i,i-1,y[i]};
                          ~~~^
/in/foo.cc:47:38: warning: narrowing conversion of 'yy[i]' from 'long long int' to 'double' inside { } [-Wnarrowing]
    b[++cnt]=(bian){i+bas,i+bas-1,yy[i]};
                                  ~~~~^
/in/foo.cc:74:9: warning: variable 'm1' set but not used [-Wunused-but-set-variable]
  double m1,m2;
         ^~
/in/foo.cc:74:12: warning: variable 'm2' set but not used [-Wunused-but-set-variable]
  double m1,m2;
            ^~
/in/foo.cc:75:6: warning: unused variable 'to1' [-Wunused-variable]
  int to1,to2;
      ^~~
/in/foo.cc:75:10: warning: unused variable 'to2' [-Wunused-variable]
  int to1,to2;
          ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 2ms 584.0 KiB
#4 Accepted 3ms 616.0 KiB
#5 Accepted 84ms 15.012 MiB
#6 Accepted 111ms 17.258 MiB
#7 Accepted 98ms 17.258 MiB
#8 Accepted 875ms 101.316 MiB
#9 Wrong Answer 924ms 101.328 MiB
#10 Accepted 807ms 101.234 MiB

信息

递交者
类型
递交
题目
P1466 电缆建设
语言
C++
递交时间
2021-11-14 17:22:01
评测时间
2021-11-14 17:22:01
评测机
分数
90
总耗时
2911ms
峰值内存
101.328 MiB