/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:16: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  scanf("%ld",&n);
                ^
/in/foo.cc:18:23: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
      scanf("%ld",&a[i]);
                       ^
/in/foo.cc:25:27: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     printf("%ld\n",f[1][n]);
                           ^
# 状态 耗时 内存占用
#1 Accepted 2ms 380.0 KiB
#2 Accepted 2ms 376.0 KiB
#3 Accepted 2ms 416.0 KiB
#4 Accepted 2ms 432.0 KiB
#5 Accepted 2ms 356.0 KiB
#6 Accepted 2ms 360.0 KiB
#7 Accepted 2ms 416.0 KiB
#8 Accepted 3ms 376.0 KiB
#9 Accepted 2ms 376.0 KiB
#10 Accepted 2ms 392.0 KiB

信息

递交者
类型
递交
题目
P1175 取数游戏
语言
C++
递交时间
2021-06-25 14:04:49
评测时间
2021-06-25 14:04:49
评测机
分数
100
总耗时
27ms
峰值内存
432.0 KiB