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