提交记录 #282

提交时间:2024-11-19 17:39:28
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:7:11: warning: format ‘%d’ expects argument of type ‘int *’, but argument 2 has type ‘short int *’ [-Wformat=]
    7 |   scanf("%d",&n);
      |          ~^  ~~
      |           |  |
      |           |  short int *
      |           int *
      |          %hd
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.001s
memory 560 kB
固定测试点#2:
acAccepted
time 0.000s
memory 236 kB
固定测试点#3:
acAccepted
time 0.001s
memory 232 kB
额外测试点#8:
waWrong Answer
time 0.001s
memory 232 kB
京ICP备2024093084 号