/ 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 332.0 KiB
#2 Accepted 2ms 356.0 KiB
#3 Accepted 2ms 364.0 KiB
#4 Accepted 2ms 368.0 KiB
#5 Accepted 2ms 336.0 KiB
#6 Accepted 2ms 372.0 KiB
#7 Accepted 2ms 364.0 KiB
#8 Accepted 2ms 372.0 KiB
#9 Accepted 2ms 416.0 KiB
#10 Accepted 2ms 460.0 KiB

信息

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