Wrong Answer
foo.cc: In function 'int main()': foo.cc:9:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 9 | scanf("%d %d", &n, &m); | ~~~~~^~~~~~~~~~~~~~~~~ foo.cc:11:40: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 11 | for (int j = 1; j <= m; j++) scanf("%llu", &a[i][j]); | ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1378 矩阵取数游戏
- 语言
- C++
- 递交时间
- 2022-06-30 11:52:00
- 评测时间
- 2022-06-30 11:52:00
- 评测机
- 分数
- 60
- 总耗时
- 30ms
- 峰值内存
- 512.0 KiB