记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:25:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   25 |     gets(x);
      |     ~~~~^~~
In file included from foo.cc:1:
/nix/store/linb70pgp53f0kygxm5wk163dx22d681-glibc-2.37-45-dev/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
foo.cc:32:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   32 |     cmp[n] = '\0'; cmp[n - 1] = '1';    //初始化比较字符串cmp
      |                    ~~~~~~~~~~~^~~~~
foo.cc:27:10: note: at offset -1 into destination object 'cmp' of size 101
   27 |     char cmp[101] = {0};
      |          ^~~
/nix/store/3r87a2wq1w4l66wnsm7rqvy608mx23h6-binutils-2.40/bin/ld: /tmp/ccPj1BFD.o: in function `main':
foo.cc:(.text.startup+0x37): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 284.0 KiB
#3 Accepted 4ms 516.0 KiB
#4 Accepted 3ms 284.0 KiB
#5 Accepted 4ms 416.0 KiB
#6 Accepted 3ms 412.0 KiB
#7 Accepted 4ms 412.0 KiB
#8 Accepted 3ms 412.0 KiB
#9 Accepted 3ms 412.0 KiB
#10 Accepted 4ms 412.0 KiB

信息

递交者
类型
递交
题目
P1040 约瑟夫问题10E100版
语言
C++
递交时间
2023-12-18 23:17:22
评测时间
2023-12-18 23:17:22
评测机
分数
100
总耗时
41ms
峰值内存
516.0 KiB