/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%1d",&a[i][i]);
                       ^
/in/foo.cc:22:21: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",f[n][k]);
                     ^
# 状态 耗时 内存占用
#1 Accepted 2ms 216.0 KiB
#2 Accepted 2ms 228.0 KiB
#3 Accepted 2ms 216.0 KiB
#4 Accepted 2ms 232.0 KiB

信息

递交者
类型
递交
题目
P1347 乘积最大
语言
C++
递交时间
2020-05-17 16:12:26
评测时间
2020-05-17 16:12:26
评测机
分数
100
总耗时
8ms
峰值内存
232.0 KiB