回答編集履歴

1

.

2022/06/20 03:34

投稿

int32_t
int32_t

スコア20914

test CHANGED
@@ -1,3 +1,5 @@
1
+ gcc でしたら、コンパイルするときに `-Wall -Wshadow` を付けるのがおすすめです。
2
+
1
3
  ```c
2
4
  void downheap(int from,int to)
3
5
  {