记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:56:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&n,&m,&k);
  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:58:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  REP(i,n) scanf("%d",&val[i]);
           ~~~~~^~~~~~~~~~~~~~
foo.cc:59:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  REP(i,m) scanf("%d%d%d",&a[i].Y.X,&a[i].Y.Y,&a[i].X);
           ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 368.0 KiB
#4 Accepted 14ms 2.0 MiB
#5 Accepted 18ms 2.188 MiB
#6 Accepted 96ms 4.363 MiB
#7 Accepted 97ms 4.367 MiB
#8 Accepted 89ms 4.41 MiB
#9 Accepted 89ms 4.43 MiB
#10 Accepted 91ms 4.352 MiB

信息

递交者
类型
递交
题目
2、证据
题目数据
下载
语言
C++
递交时间
2018-07-29 18:22:07
评测时间
2021-08-04 17:51:33
评测机
分数
100
总耗时
502ms
峰值内存
4.43 MiB