Wrong Answer
foo.cc: In function 'int main()': foo.cc:21:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &n, &m); ~~~~~^~~~~~~~~~~~~~~~ foo.cc:42:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d%d", &x1, &y1, &x2, &y2); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1263 单挑女飞贼
- 语言
- C++
- 递交时间
- 2020-12-04 23:41:24
- 评测时间
- 2020-12-04 23:41:24
- 评测机
- 分数
- 40
- 总耗时
- 1681ms
- 峰值内存
- 120.117 MiB