提交记录 #516

提交时间:2025-01-03 18:38:20
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘change’:
code.c:11:17: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   11 |         erjinzhi[k]=a%2;
      |                 ^
code.c: In function ‘chongpai’:
code.c:29:18: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   29 |         bianmashu[n]+=erjinzhi[k]*pow(2,5-w);
      |                  ^
code.c:29:31: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   29 |         bianmashu[n]+=erjinzhi[k]*pow(2,5-w);
      |                               ^
code.c: In function ‘main’:
code.c:50:5: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration]
   50 |     gets(yuan);
      |     ^~~~
      |     fgets
/usr/bin/ld: /tmp/ccbCU3lK.o: in function `main':
code.c:(.text.startup+0x12): warning: the `gets' function is dangerous and should not be used.
固定测试点#1:
acAccepted
time 0.001s
memory 292 kB
固定测试点#2:
acAccepted
time 0.000s
memory 292 kB
固定测试点#3:
acAccepted
time 0.000s
memory 288 kB
额外测试点#1:
tleTime Limit Exceeded
time N/A
memory N/A
京ICP备2024093084 号