Accepted
foo.cc: In function 'int main()': foo.cc:13:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 13 | scanf("%d", &a[i][j]); | ~~~~~^~~~~~~~~~~~~~~~ foo.cc:20:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 20 | scanf("%d", &b[i][j]); | ~~~~~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 6-2 矩阵乘法
- 比赛
- 2021(四) 作业第四场:加速赛
- 语言
- C++
- 递交时间
- 2021-12-08 18:27:49
- 评测时间
- 2021-12-08 18:27:49
- 评测机
- 分数
- 100
- 总耗时
- 20ms
- 峰值内存
- 512.0 KiB