记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:33: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  ll x,y;scanf("%I64d%I64d",&x,&y);
                                 ^
/in/foo.cc:14:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:15:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%I64d",mi(x,x-2,y));
                            ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 372.0 KiB

信息

递交者
类型
自测
题目
神探夏洛克之致命游戏3
语言
C++
递交时间
2017-03-19 20:56:47
评测时间
2017-03-19 20:56:47
评测机
分数
0
总耗时
3ms
峰值内存
372.0 KiB