记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   14 |     scanf("%d%d%d",&n,&m,&T);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:16:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   16 |         scanf("%d%d",&p[i].first,&p[i].second);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 2.0 MiB
#2 Accepted 3ms 1.875 MiB
#3 Accepted 3ms 2.0 MiB
#4 Accepted 8ms 2.125 MiB
#5 Accepted 6ms 2.0 MiB
#6 Accepted 17ms 2.0 MiB
#7 Accepted 19ms 2.0 MiB
#8 Accepted 22ms 2.0 MiB
#9 Accepted 46ms 2.0 MiB
#10 Accepted 36ms 2.0 MiB

信息

递交者
类型
递交
题目
P1329 外卖店优先级
比赛
2022春季 荣誉练习赛1(2019蓝桥A组省赛重温)
语言
C++
递交时间
2022-03-19 20:18:49
评测时间
2022-03-19 20:18:49
评测机
分数
100
总耗时
169ms
峰值内存
2.125 MiB