提交记录 #347

提交时间:2024-12-02 17:18:44
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:81:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   81 |     gets(a);
      |     ^~~~
      |     fgets
code.c: In function ‘replace’:
code.c:67:18: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   67 |         result[i]=a[cnt];
      |         ~~~~~~~~~^~~~~~~
/usr/bin/ld: /tmp/ccDBCQ5Q.o: in function `main':
code.c:(.text.startup+0x21): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 488 kB
固定测试点#2:
acAccepted
time 0.001s
memory 228 kB
固定测试点#3:
acAccepted
time 0.000s
memory 556 kB
额外测试点#1:
tleTime Limit Exceeded
time N/A
memory N/A
京ICP备2024093084 号