/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13: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:13:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:36:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",ans);
                 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.375 MiB
#2 Accepted 4ms 2.359 MiB
#3 Accepted 4ms 2.25 MiB
#4 Accepted 3ms 2.25 MiB
#5 Accepted 2ms 2.344 MiB
#6 Wrong Answer 67ms 2.809 MiB
#7 Wrong Answer 91ms 4.891 MiB
#8 Wrong Answer 64ms 4.75 MiB
#9 Wrong Answer 71ms 2.906 MiB
#10 Wrong Answer 67ms 3.059 MiB

信息

递交者
类型
递交
题目
P1662 最大配对
语言
C++
递交时间
2018-08-02 20:17:16
评测时间
2018-08-02 20:17:16
评测机
分数
50
总耗时
379ms
峰值内存
4.891 MiB