/ Vijos /

记录详情

Accepted

foo.cc: In function 'void dts::tr_dfs1(dts::ll, dts::ll)':
foo.cc:29:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (ll i=0;i<tr[now].s.size();i++)
                     ~^~~~~~~~~~~~~~~~~
foo.cc: In function 'void dts::tr_dfs2(dts::ll)':
foo.cc:41:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (ll i=0;i<tr[now].s.size();i++)
                     ~^~~~~~~~~~~~~~~~~
foo.cc: In function 'void dts::main()':
foo.cc:53:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&n);
         ~~~~~^~~~~~~~~~~
foo.cc:55:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%lld",&num[i]);
             ~~~~~^~~~~~~~~~~~~~~~
foo.cc:61:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%lld%lld%lld",&x,&y,&c);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 10ms 9.426 MiB
#2 Accepted 10ms 9.391 MiB
#3 Accepted 10ms 9.375 MiB
#4 Accepted 11ms 9.41 MiB
#5 Accepted 11ms 9.641 MiB
#6 Accepted 13ms 9.746 MiB
#7 Accepted 24ms 10.445 MiB
#8 Accepted 59ms 12.637 MiB
#9 Accepted 198ms 20.141 MiB
#10 Accepted 194ms 20.141 MiB

信息

递交者
类型
递交
题目
P1487 景点中心
语言
C++
递交时间
2021-07-21 20:57:32
评测时间
2021-07-21 20:57:32
评测机
分数
100
总耗时
544ms
峰值内存
20.141 MiB