记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:23:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++) scanf("%d",&a[i]);
                        ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 14ms 2.352 MiB
#5 Accepted 16ms 2.375 MiB
#6 Accepted 15ms 2.355 MiB
#7 Accepted 16ms 2.34 MiB
#8 Accepted 17ms 2.336 MiB
#9 Accepted 15ms 2.281 MiB
#10 Accepted 15ms 2.312 MiB

信息

递交者
类型
递交
题目
对决 (game.cpp\c\pas)
题目数据
下载
语言
C++
递交时间
2021-08-05 11:54:32
评测时间
2021-08-05 11:54:32
评测机
分数
100
总耗时
117ms
峰值内存
2.375 MiB