/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&k);
                    ^
/in/foo.cc:20:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:22:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i]); 
                   ^
/in/foo.cc:24:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&b[i]); 
                   ^
/in/foo.cc:43:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%I64d",ans);
                    ^
# 状态 耗时 内存占用
#1 Accepted 3ms 368.0 KiB
#2 Accepted 4ms 364.0 KiB
#3 Accepted 4ms 372.0 KiB
#4 Accepted 4ms 372.0 KiB
#5 Accepted 4ms 384.0 KiB
#6 Wrong Answer 74ms 1.75 MiB
#7 Wrong Answer 45ms 1.848 MiB
#8 Wrong Answer 73ms 1.832 MiB
#9 Wrong Answer 73ms 1.75 MiB
#10 Wrong Answer 75ms 1.855 MiB

信息

递交者
类型
递交
题目
P1662 最大配对
语言
C++
递交时间
2018-08-10 20:19:31
评测时间
2018-08-10 20:19:31
评测机
分数
50
总耗时
363ms
峰值内存
1.855 MiB