/ 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);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 1ms 512.0 KiB
#5 Accepted 2ms 512.0 KiB
#6 Accepted 11ms 2.18 MiB
#7 Accepted 14ms 2.117 MiB
#8 Accepted 924ms 3.539 MiB
#9 Accepted 25ms 3.465 MiB
#10 Time Exceeded ≥1572ms ≥3.461 MiB

信息

递交者
类型
递交
题目
P1321 魔塔
语言
C++
递交时间
2021-03-26 22:24:19
评测时间
2021-03-26 22:24:19
评测机
分数
90
总耗时
≥2559ms
峰值内存
≥3.539 MiB