提交记录 #452

提交时间:2024-12-06 10:06:02
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:41:9: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   41 |         gets(number);
      |         ^~~~
      |         fgets
code.c:29:11: warning: unused variable ‘j’ [-Wunused-variable]
   29 |     int i,j;
      |           ^
/usr/bin/ld: /tmp/ccsUTnoH.o: in function `main':
code.c:(.text.startup+0xee): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 560 kB
额外测试点#1:
waWrong Answer
time 0.000s
memory 560 kB
京ICP备2024093084 号