Accepted
/in/foo.cc: In function 'void print(matrix)': /in/foo.cc:37:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] for(int i = 1; i <= p; i++) printf("%d ", xx.x[1][i]); ^ /in/foo.cc: In function 'void print2(matrix)': /in/foo.cc:43:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] printf("%d ", xx.x[i][j]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2015 序列计数
- 语言
- C++
- 递交时间
- 2017-05-07 16:06:05
- 评测时间
- 2017-05-07 16:06:05
- 评测机
- 分数
- 100
- 总耗时
- 2140ms
- 峰值内存
- 26.57 MiB