/ 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);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 13ms 13.152 MiB
#2 Accepted 13ms 13.125 MiB
#3 Accepted 17ms 13.117 MiB
#4 Accepted 18ms 13.117 MiB
#5 Accepted 19ms 13.125 MiB
#6 Accepted 19ms 13.137 MiB
#7 Accepted 25ms 13.465 MiB
#8 Accepted 27ms 13.547 MiB
#9 Accepted 28ms 13.547 MiB
#10 Accepted 27ms 13.492 MiB

信息

递交者
类型
递交
题目
P1404 遭遇战
语言
C++
递交时间
2021-03-27 18:56:41
评测时间
2021-03-27 18:56:41
评测机
分数
100
总耗时
210ms
峰值内存
13.547 MiB