/ Vijos /

记录详情

Accepted

foo.cc: In function ‘bool spfa(long long int, long long int)’:
foo.cc:28:30: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘std::vector<Edge>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   28 |                 for(int i=0;i<G[u].size();i++){
      |                             ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Cancelled 0ms 0 Bytes
#2 Accepted 1ms 536.0 KiB
#3 Accepted 1ms 504.0 KiB
#4 Accepted 12ms 864.0 KiB
#5 Accepted 52ms 2.242 MiB
#6 Accepted 46ms 2.383 MiB
#7 Accepted 115ms 2.375 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2025-07-31 21:08:17
评测时间
2025-08-06 06:27:35
评测机
分数
100
总耗时
230ms
峰值内存
2.383 MiB