/ Vijos /

记录详情

Accepted

foo.cc: In function 'int bfs_1(int, int, int*, int*)':
foo.cc:59: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:109:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&a[i]);
             ~~~~~^~~~~~~~~~~~
foo.cc:113:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d%d",&a,&b,&c);
             ~~~~~^~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 5ms 444.0 KiB
#6 Accepted 12ms 520.0 KiB
#7 Accepted 80ms 652.0 KiB
#8 Accepted 197ms 812.0 KiB
#9 Accepted 322ms 928.0 KiB
#10 Accepted 556ms 1.172 MiB

信息

递交者
类型
递交
题目
P1825 志愿者招募
语言
C++
递交时间
2021-07-21 09:18:19
评测时间
2021-07-21 09:18:19
评测机
分数
100
总耗时
1183ms
峰值内存
1.172 MiB