/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:53:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&n);
  ~~~~~^~~~~~~~~~~
foo.cc:56:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&a[i]);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:58:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&b[i]);
  ~~~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 22ms 23.441 MiB
#2 Accepted 22ms 23.395 MiB
#3 Accepted 23ms 23.402 MiB
#4 Accepted 22ms 23.434 MiB
#5 Accepted 22ms 23.434 MiB
#6 Accepted 23ms 23.434 MiB
#7 Accepted 61ms 28.0 MiB

信息

递交者
类型
递交
题目
P1074 选择
语言
C++
递交时间
2021-01-18 16:54:38
评测时间
2021-01-18 16:54:38
评测机
分数
100
总耗时
199ms
峰值内存
28.0 MiB