提交记录 #241

提交时间:2024-11-17 12:15:48
语言:c 状态:Accepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:10:15: warning: format ‘%d’ expects argument of type ‘int *’, but argument 2 has type ‘short int *’ [-Wformat=]
   10 |       scanf("%d",&a[i]);
      |              ~^  ~~~~~
      |               |  |
      |               |  short int *
      |               int *
      |              %hd
固定测试点#1:
acAccepted
time 0.003s
memory 492 kB
固定测试点#2:
acAccepted
time 0.001s
memory 492 kB
固定测试点#3:
acAccepted
time 0.001s
memory 232 kB
额外测试点#3600:
acAccepted
time 0.001s
memory 560 kB
京ICP备2024093084 号