/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void SPFA(long long int)':
/in/foo.cc:45:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   if(vis[t]>=2)
     ^
/in/foo.cc:53:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<G[t].size();i++){
               ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 804.0 KiB
#2 Runtime Error 1ms 480.0 KiB
#3 Runtime Error 1ms 204.0 KiB
#4 Runtime Error 1ms 212.0 KiB
#5 Runtime Error 3ms 464.0 KiB
#6 Runtime Error 3ms 452.0 KiB
#7 Runtime Error 3ms 472.0 KiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2019-10-10 13:34:27
评测时间
2019-10-10 13:34:27
评测机
分数
0
总耗时
15ms
峰值内存
804.0 KiB