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]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1347 乘积最大
- 语言
- C++
- 递交时间
- 2020-05-17 16:12:26
- 评测时间
- 2020-05-17 16:12:26
- 评测机
- 分数
- 100
- 总耗时
- 8ms
- 峰值内存
- 232.0 KiB