/ Vijos /

记录详情

Accepted

foo.cc: In function 'void spfa(int)':
foo.cc:58:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   58 | for( i = 0 ; i < linker[ now ].size() ; i++ )
      |              ~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:80:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   80 | scanf( "%d %d" , &n , &m );
      | ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:83:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   83 | scanf( "%d %d %d %d" , &e[i].x , &e[i].y , &e[i].a , &e[i].b );
      | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 8ms 3.75 MiB
#2 Accepted 9ms 3.75 MiB
#3 Accepted 6ms 3.75 MiB
#4 Accepted 15ms 4.0 MiB
#5 Accepted 16ms 4.0 MiB
#6 Accepted 17ms 4.0 MiB
#7 Accepted 32ms 4.617 MiB
#8 Accepted 34ms 4.617 MiB
#9 Accepted 33ms 4.625 MiB
#10 Accepted 29ms 4.625 MiB
#11 Accepted 433ms 11.543 MiB
#12 Accepted 417ms 11.617 MiB
#13 Accepted 451ms 11.617 MiB
#14 Accepted 430ms 11.551 MiB
#15 Accepted 464ms 11.492 MiB
#16 Accepted 396ms 11.617 MiB
#17 Accepted 920ms 11.492 MiB
#18 Accepted 272ms 11.492 MiB
#19 Accepted 431ms 11.617 MiB
#20 Accepted 432ms 11.492 MiB

信息

递交者
类型
递交
题目
P1865 魔法森林
语言
C++
递交时间
2022-04-10 21:33:25
评测时间
2022-04-10 21:33:25
评测机
分数
100
总耗时
4854ms
峰值内存
11.617 MiB