Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
46 | gets(s);
| ~~~~^~~
In file included from /usr/include/c++/12/cstdio:42,
from /in/foo.cc:4:
/usr/include/stdio.h:605:14: note: declared here
605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
| ^~~~
/usr/bin/ld: /tmp/cceQEw9h.o: in function `main':
foo.cc:(.text.startup+0x54): warning: the `gets' function is dangerous and should not be used.
信息
- 递交者
- 类型
- 递交
- 题目
- P1424 炮兵阵地
- 语言
- C++
- 递交时间
- 2025-12-23 23:30:41
- 评测时间
- 2025-12-23 23:30:42
- 评测机
- 分数
- 100
- 总耗时
- 292ms
- 峰值内存
- 9.254 MiB