提交记录 #453

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