/ GXOJ /

记录详情

Accepted

foo.cc: In function 'long long int Dijkstra(long long int, long long int)':
foo.cc:30:22: 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:44:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld%lld",&a,&b);
     ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 5.527 MiB
#2 Accepted 6ms 5.586 MiB
#3 Accepted 6ms 5.52 MiB
#4 Accepted 6ms 5.547 MiB
#5 Accepted 6ms 5.496 MiB
#6 Accepted 6ms 5.512 MiB
#7 Accepted 7ms 5.543 MiB
#8 Accepted 6ms 5.523 MiB
#9 Accepted 6ms 5.543 MiB
#10 Accepted 6ms 5.535 MiB

信息

递交者
类型
递交
题目
P1002 A+B Problem
语言
C++
递交时间
2021-10-10 22:10:08
评测时间
2021-10-10 22:10:08
评测机
分数
100
总耗时
66ms
峰值内存
5.586 MiB