Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:15:39: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(int i=1;i<=n;++i)scanf("%d",&a[i]); ^ /in/foo.cc:28:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",f[1][m]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1061 迎春舞会之三人组舞
- 语言
- C++
- 递交时间
- 2017-12-21 22:48:42
- 评测时间
- 2017-12-21 22:48:42
- 评测机
- 分数
- 100
- 总耗时
- 1510ms
- 峰值内存
- 191.5 MiB