记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ~~~~~^~~~~~~~~~
foo.cc:14:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i = 0; i < n; i ++ ) scanf("%lld", &a[i]);
                               ~~~~~^~~~~~~~~~~~~~~
识别到20个测试点
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 440.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 3ms 384.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Accepted 3ms 384.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 3ms 384.0 KiB
#11 Accepted 6ms 504.0 KiB
#12 Accepted 75ms 3.113 MiB
#13 Accepted 20ms 1.16 MiB
#14 Accepted 14ms 948.0 KiB
#15 Accepted 64ms 2.832 MiB
#16 Accepted 92ms 3.656 MiB
#17 Accepted 19ms 1.094 MiB
#18 Accepted 32ms 1.543 MiB
#19 Accepted 16ms 888.0 KiB
#20 Accepted 104ms 4.203 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2020-10-28 15:14:12
评测时间
2020-10-28 15:14:12
评测机
分数
100
总耗时
472ms
峰值内存
4.203 MiB