Wrong Answer
foo.cc: In function 'int main()': foo.cc:40:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 40 | scanf("%d%d", &n, &m), answer = n; | ~~~~~^~~~~~~~~~~~~~~~ foo.cc:45:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 45 | scanf("%d%d%s", &x, &y, word); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1112 小胖的奇偶
- 语言
- C++
- 递交时间
- 2022-04-24 22:04:01
- 评测时间
- 2022-04-24 22:04:01
- 评测机
- 分数
- 40
- 总耗时
- 223ms
- 峰值内存
- 12.0 MiB