提交记录 #456

提交时间:2024-12-06 17:27:17
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:81:9: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   81 |         gets(word);
      |         ^~~~
      |         fgets
code.c:77:10: warning: unused variable ‘b’ [-Wunused-variable]
   77 |     char b=getchar();
      |          ^
/usr/bin/ld: /tmp/ccSz0ndI.o: in function `main':
code.c:(.text.startup+0x77): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.000s
memory 492 kB
额外测试点#1:
waWrong Answer
time 0.000s
memory 556 kB
京ICP备2024093084 号