提交记录 #122

提交时间:2024-11-05 16:21:35
语言:c 状态:Accepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:5:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
    5 |     gets(str);int n=strlen(str);
      |     ^~~~
      |     fgets
/usr/bin/ld: /tmp/cc8A1c21.o: in function `main':
code.c:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 556 kB
固定测试点#2:
acAccepted
time 0.000s
memory 232 kB
固定测试点#3:
acAccepted
time 0.000s
memory 228 kB
固定测试点#4:
acAccepted
time 0.000s
memory 232 kB
额外测试点#3600:
acAccepted
time 0.000s
memory 556 kB
京ICP备2024093084 号