Accepted
foo.cc: In function 'int main()': foo.cc:26:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 26 | scanf ("%d%d", &n, &m); | ~~~~~~^~~~~~~~~~~~~~~~ foo.cc:29:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result] 29 | scanf ("%d", a + i); | ~~~~~~^~~~~~~~~~~~~
# | 状态 | 耗时 | 内存占用 |
---|
您没有权限查看该代码
信息
- 递交者
- 类型
- 递交模式
- 题目
- P1071 外星协奏曲
- 语言
- C++14
- 递交时间
- 7 个月前
- 评测时间
- 7 个月前
- 评测机
- 分数
- 100
- 总耗时
- 938ms
- 峰值内存
- 9.52 MiB