记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:57:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:59:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i].v);
         ~~~~~^~~~~~~~~~~~~~
foo.cc:63:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d%d",&q[i].l,&q[i].r,&q[i].k,&q[i].w);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 760.0 KiB
#2 Accepted 3ms 888.0 KiB
#3 Accepted 5ms 920.0 KiB
#4 Accepted 63ms 4.504 MiB
#5 Accepted 112ms 7.336 MiB
#6 Accepted 581ms 30.621 MiB
#7 Accepted 954ms 33.66 MiB
#8 Accepted 1170ms 36.156 MiB
#9 Accepted 1229ms 39.137 MiB
#10 Accepted 1120ms 60.355 MiB

信息

递交者
类型
递交
题目
P1226 漫长的等待
语言
C++
递交时间
2021-10-31 19:39:31
评测时间
2021-10-31 20:01:05
评测机
分数
100
总耗时
5244ms
峰值内存
60.355 MiB