/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'void Bellman_Ford(long long int)':
foo.cc:28:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(ll k=0; k<q.size(); k++){//遍历所有点
                     ~^~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:54:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld %lld %lld",&n,&s,&m);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:57:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld %lld %lld",&x,&y,&z);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Accepted 2ms 544.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 2ms 548.0 KiB
#6 Accepted 11ms 2.574 MiB
#7 Accepted 14ms 2.645 MiB
#8 Accepted 896ms 4.211 MiB
#9 Accepted 22ms 4.109 MiB
#10 Time Exceeded ≥1021ms ≥3.832 MiB

信息

递交者
类型
递交
题目
P1321 魔塔
语言
C++
递交时间
2021-08-08 21:36:29
评测时间
2021-08-08 21:36:29
评测机
分数
90
总耗时
≥1978ms
峰值内存
≥4.211 MiB