Time Exceeded
foo.cc: In function 'int main()':
foo.cc:9:7: 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:32: 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("%d",&a[i][j]);
| ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1556 对称的正方形
- 语言
- C++
- 递交时间
- 2022-03-26 20:38:12
- 评测时间
- 2022-03-26 20:38:12
- 评测机
- 分数
- 0
- 总耗时
- ≥18529ms
- 峰值内存
- ≥9.617 MiB