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);
                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1662 最大配对
 - 语言
 - C++
 - 递交时间
 - 2018-08-02 20:17:16
 - 评测时间
 - 2018-08-02 20:17:16
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - 379ms
 - 峰值内存
 - 4.891 MiB