提交记录 #144

提交时间:2024-11-09 21:13:20
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘calculate’:
code.c:4:9: warning: unused variable ‘i’ [-Wunused-variable]
    4 |     int i=0,s=0;
      |         ^
code.c: In function ‘reverse’:
code.c:39:17: warning: unused variable ‘i’ [-Wunused-variable]
   39 |             int i=0;
      |                 ^
code.c:49:14: warning: unused variable ‘check’ [-Wunused-variable]
   49 |         char check[1]={'0'};
      |              ^~~~~
code.c:66:1: warning: control reaches end of non-void function [-Wreturn-type]
   66 | }
      | ^
固定测试点#1:
acAccepted
time 0.001s
memory 556 kB
额外测试点#1:
reRuntime Error: - Returning:-11
time 0.008s
memory 560 kB
京ICP备2024093084 号