Accepted
foo.cc: In function ‘int main()’: foo.cc:27:9: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘short int*’ [-Wformat=] 27 | scanf("%d",&a[i][j]); | ~^ ~~~~~~~~ | | | | | short int* | int* | %hd foo.cc:23:7: warning: unused variable ‘k’ [-Wunused-variable] 23 | int n,k; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1143 三取方格数
- 语言
- C++
- 递交时间
- 2024-08-18 16:27:40
- 评测时间
- 2024-08-18 16:27:40
- 评测机
- 分数
- 100
- 总耗时
- 2773ms
- 峰值内存
- 164.141 MiB