Wrong Answer
foo.cc: In function 'int main()':
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
6 | scanf("%d,%d",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~
foo.cc:5:10: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
5 | int n,k,i,j,m;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1041 *组成的图形(1)
- 语言
- C++
- 递交时间
- 2022-07-10 14:37:20
- 评测时间
- 2022-07-10 14:37:20
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 384.0 KiB