提交记录 #514

提交时间:2024-12-18 18:29:40
语言:c 状态:Unaccepted
编译情况:编译成功
code.c:6:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
    6 | main(){
      | ^~~~
code.c: In function ‘main’:
code.c:8:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
    8 |     gets(a);
      |     ^~~~
      |     fgets
code.c: In function ‘tk’:
code.c:22:1: warning: control reaches end of non-void function [-Wreturn-type]
   22 | }
      | ^
code.c: In function ‘out’:
code.c:46:1: warning: control reaches end of non-void function [-Wreturn-type]
   46 | }
      | ^
/usr/bin/ld: /tmp/ccftuN1Z.o: in function `main':
code.c:(.text.startup+0x11): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.000s
memory 232 kB
额外测试点#1:
reRuntime Error: - Returning:-11
time 0.012s
memory 556 kB
京ICP备2024093084 号