/ 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 512.0 KiB
#2 Accepted 2ms 408.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 2ms 512.0 KiB
#5 Accepted 2ms 544.0 KiB
#6 Accepted 11ms 2.539 MiB
#7 Accepted 16ms 2.613 MiB
#8 Accepted 992ms 4.211 MiB
#9 Accepted 21ms 4.188 MiB
#10 Time Exceeded ≥1732ms ≥4.207 MiB

信息

递交者
类型
递交
题目
P1321 魔塔
语言
C++
递交时间
2021-07-18 16:56:47
评测时间
2021-07-18 16:56:47
评测机
分数
90
总耗时
≥2785ms
峰值内存
≥4.211 MiB