/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%I64d%I64d",&n,&m);
                             ^
/in/foo.cc:8:29: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:13:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d\n",ways%1000000007);
                                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 364.0 KiB

信息

递交者
类型
自测
题目
stones
语言
C++
递交时间
2018-09-03 09:49:58
评测时间
2018-09-03 09:49:58
评测机
分数
0
总耗时
3ms
峰值内存
364.0 KiB