记录详情

Accepted

foo.cpp: In function 'int_ main()':
foo.cpp:11:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&N,&M);
                    ^
foo.cpp:11:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
foo.cpp:16:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",r);
                 ^
# 状态 耗时 内存占用
#1 Accepted 0ms 716.0 KiB
#2 Accepted 15ms 720.0 KiB
#3 Accepted 7ms 796.0 KiB
#4 Accepted 7ms 716.0 KiB
#5 Accepted 0ms 788.0 KiB
#6 Accepted 0ms 792.0 KiB
#7 Accepted 0ms 800.0 KiB
#8 Accepted 0ms 792.0 KiB
#9 Accepted 0ms 788.0 KiB
#10 Accepted 0ms 796.0 KiB

信息

递交者
类型
递交
题目
阶乘求和
语言
C++
递交时间
2017-02-27 21:20:14
评测时间
2017-02-27 21:20:14
评测机
分数
100
总耗时
29ms
峰值内存
800.0 KiB