/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:81:26: warning: variable 'nb' set but not used [-Wunused-but-set-variable]
             pair<int,int>nb = rel(e->first);
                          ^~
/in/foo.cc:77:23: warning: variable 'sup' set but not used [-Wunused-but-set-variable]
         pair<int,int> sup= rel(e->first);
                       ^~~
# 状态 耗时 内存占用
#1 Accepted 90ms 134.594 MiB
#2 Accepted 1085ms 135.734 MiB
#3 Accepted 121ms 134.582 MiB
#4 Accepted 138ms 134.574 MiB

信息

递交者
类型
递交
题目
P1071 最短路模板题
语言
C++
递交时间
2021-01-06 17:26:58
评测时间
2021-01-06 17:26:59
评测机
分数
100
总耗时
1436ms
峰值内存
135.734 MiB