提交记录 #524

提交时间:2025-01-04 17:50:02
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:62:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   62 |     gets(str);
      |     ^~~~
      |     fgets
code.c:79:5: warning: ‘n’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   79 |     printf("%d\n",n);
      |     ^~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/cctUgmg6.o: in function `main':
code.c:(.text.startup+0x1b): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 292 kB
固定测试点#2:
acAccepted
time 0.000s
memory 872 kB
额外测试点#1:
reRuntime Error: - Returning:-8
time 0.009s
memory 292 kB
京ICP备2024093084 号