/ Vijos /

记录详情

Accepted

foo.cc: In function 'int Dijkstra(int, int)':
foo.cc:41:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0; i<edge[u].size(); i++) {
                      ~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:58:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&a,&b);
     ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 4.902 MiB
#2 Accepted 6ms 4.871 MiB
#3 Accepted 6ms 4.855 MiB
#4 Accepted 5ms 4.926 MiB
#5 Accepted 6ms 4.82 MiB
#6 Accepted 5ms 4.902 MiB
#7 Accepted 6ms 4.863 MiB
#8 Accepted 6ms 4.836 MiB
#9 Accepted 6ms 4.93 MiB
#10 Accepted 5ms 4.922 MiB

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C++
递交时间
2021-09-21 20:51:05
评测时间
2021-09-21 20:51:05
评测机
分数
100
总耗时
61ms
峰值内存
4.93 MiB