/ Vijos /

记录详情

Accepted

foo.cc: In function 'int bfs_1(int, int, int*, int*)':
foo.cc:58:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0;i<cw[now].size();i++)
                      ~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:99:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0;i<cw.size();i++)
                      ~^~~~~~~~~~
foo.cc:110:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&v);
             ~~~~~^~~~~~~~~
foo.cc:119:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
                 scanf("%d",&cost);
                 ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 12ms 736.0 KiB
#2 Accepted 13ms 696.0 KiB
#3 Accepted 3ms 404.0 KiB
#4 Accepted 16ms 712.0 KiB
#5 Accepted 2ms 484.0 KiB
#6 Accepted 19ms 708.0 KiB
#7 Accepted 29ms 736.0 KiB
#8 Accepted 54ms 724.0 KiB
#9 Accepted 61ms 728.0 KiB
#10 Accepted 58ms 724.0 KiB

信息

递交者
类型
递交
题目
P1213 80人环游世界
语言
C++
递交时间
2021-07-18 10:49:45
评测时间
2021-07-18 10:49:45
评测机
分数
100
总耗时
272ms
峰值内存
736.0 KiB