/ Vijos /

记录详情

Accepted

foo.cc: In function 'int bfs_1(int, int, int*, int*)':
foo.cc:55:18: 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:91:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0; i<cw.size(); i++) {
                 ~^~~~~~~~~~
foo.cc:100:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&v);
    ~~~~~^~~~~~~~~
foo.cc:108:10: 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 688.0 KiB
#2 Accepted 12ms 732.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 15ms 700.0 KiB
#5 Accepted 2ms 428.0 KiB
#6 Accepted 18ms 696.0 KiB
#7 Accepted 26ms 736.0 KiB
#8 Accepted 44ms 728.0 KiB
#9 Accepted 57ms 736.0 KiB
#10 Accepted 54ms 732.0 KiB

信息

递交者
类型
递交
题目
P1213 80人环游世界
语言
C++
递交时间
2021-08-13 19:21:03
评测时间
2021-08-13 19:21:31
评测机
分数
100
总耗时
247ms
峰值内存
736.0 KiB