/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:12:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &n, &k);
  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:14:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a[i]);
   ~~~~~^~~~~~~~~~~~~
foo.cc:16:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &b[i]);
   ~~~~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 552.0 KiB
#2 Accepted 1ms 612.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Wrong Answer 读取到 -961904660 ,应为 41987768300 37ms 2.496 MiB
#7 Wrong Answer 读取到 742425464 ,应为 47987065720 38ms 2.496 MiB
#8 Wrong Answer 读取到 95021140 ,应为 43044694100 39ms 2.48 MiB
#9 Wrong Answer 读取到 -1503448246 ,应为 41446224714 38ms 2.5 MiB
#10 Wrong Answer 读取到 -1463820591 ,应为 50075786961 40ms 2.492 MiB

信息

递交者
类型
递交
题目
P1662 最大配对
语言
C++
递交时间
2020-11-04 16:09:57
评测时间
2020-11-04 16:09:57
评测机
分数
50
总耗时
204ms
峰值内存
2.5 MiB