/ Vijos /

记录详情

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/1zsc48wwlplpkzms83m7zr94xnfalq2q-glibc-2.35-224-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/nydwzhllkq0a21dny69zdjczh6v275lb-binutils-2.40/bin/ld: /tmp/cci4RBul.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 1ms 204.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB
#6 Accepted 1ms 284.0 KiB
#7 Accepted 2ms 284.0 KiB
#8 Accepted 2ms 284.0 KiB
#9 Accepted 2ms 284.0 KiB
#10 Accepted 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P1095 约瑟夫问题10E100版
语言
C++
递交时间
2023-05-26 23:46:18
评测时间
2023-05-26 23:46:18
评测机
分数
100
总耗时
19ms
峰值内存
284.0 KiB