/ XMU_ACM /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:54:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&n);
  ~~~~~^~~~~~~~~~~
foo.cc:57:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&a[i]);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:59:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld",&b[i]);
  ~~~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 25ms 23.426 MiB
#2 Accepted 26ms 23.41 MiB
#3 Accepted 24ms 23.41 MiB
#4 Accepted 23ms 23.441 MiB
#5 Accepted 23ms 23.445 MiB
#6 Accepted 23ms 23.445 MiB
#7 Wrong Answer Read {0}, expect {1}. ["46842372103580","46842268340902"] 57ms 29.91 MiB

信息

递交者
类型
递交
题目
P1074 选择
语言
C++
递交时间
2021-01-18 16:51:42
评测时间
2021-01-18 16:51:42
评测机
分数
90
总耗时
204ms
峰值内存
29.91 MiB