/ 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.551 MiB

信息

递交者
类型
递交
比赛
水题大战
语言
C++
递交时间
2021-10-10 22:09:06
评测时间
2021-10-10 22:09:06
评测机
分数
100
总耗时
6ms
峰值内存
5.551 MiB