记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%I64d",&p1[a-i+1]);
                           ^
/in/foo.cc:15:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%I64d",&p2[b-i+1]);
                           ^
/in/foo.cc:17:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%I64d",&p3[c-j+1]);
                           ^
/in/foo.cc:32:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%I64d\n",f[a][b][c]);
                             ^
# 状态 耗时 内存占用
#1 Accepted 6ms 352.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 4ms 256.0 KiB
#4 Accepted 3ms 332.0 KiB
#5 Accepted 4ms 744.0 KiB
#6 Accepted 4ms 2.625 MiB
#7 Accepted 17ms 7.75 MiB
#8 Accepted 9ms 7.371 MiB
#9 Accepted 13ms 9.84 MiB
#10 Accepted 20ms 9.578 MiB

信息

递交者
类型
递交
题目
陈老师搬书
题目数据
下载
语言
C++
递交时间
2018-06-19 21:31:31
评测时间
2018-06-19 21:31:31
评测机
分数
100
总耗时
89ms
峰值内存
9.84 MiB