提交记录 #280

提交时间:2024-11-19 17:31:48
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:24:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   24 |     gets(str);
      |     ^~~~
      |     fgets
code.c:26:8: warning: the address of ‘reverse’ will always evaluate as ‘true’ [-Waddress]
   26 |     if(reverse)
      |        ^~~~~~~
code.c:25:9: warning: unused variable ‘len’ [-Wunused-variable]
   25 |     int len=strlen(str);
      |         ^~~
/usr/bin/ld: /tmp/cc3W6smd.o: in function `main':
code.c:(.text.startup+0xd): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 232 kB
固定测试点#2:
acAccepted
time 0.000s
memory 232 kB
固定测试点#3:
waWrong Answer
time 0.000s
memory 228 kB
固定测试点#4:
acAccepted
time 0.000s
memory 232 kB
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号