/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:39:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int j=0;j<a[i].size();j++) {
                      ~^~~~~~~~~~~~
foo.cc:29:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d",&n,&s,&e);
     ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:31:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d",&b[i].l,&b[i].r,&b[i].v);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 12ms 13.121 MiB
#2 Accepted 12ms 13.168 MiB
#3 Accepted 17ms 13.117 MiB
#4 Accepted 18ms 13.152 MiB
#5 Accepted 19ms 13.125 MiB
#6 Accepted 23ms 13.191 MiB
#7 Accepted 27ms 13.602 MiB
#8 Accepted 27ms 13.715 MiB
#9 Accepted 25ms 13.719 MiB
#10 Accepted 24ms 13.66 MiB

信息

递交者
类型
递交
题目
P1404 遭遇战
语言
C++
递交时间
2021-08-10 21:51:55
评测时间
2021-08-10 21:51:55
评测机
分数
100
总耗时
208ms
峰值内存
13.719 MiB