コミットメタ情報

リビジョンc7fd230213a9b850aad3a72807319962ec8ac77f (tree)
日時2022-01-09 14:52:19
作者yamat0jp <yamat0jp@yaho...>
コミッターyamat0jp

ログメッセージ

recheck

変更サマリ

差分

--- a/Unit1.dfm
+++ b/Unit1.dfm
@@ -21,7 +21,6 @@ object Form1: TForm1
2121 Align = alLeft
2222 Indent = 19
2323 TabOrder = 0
24- ExplicitHeight = 299
2524 end
2625 object Button1: TButton
2726 Left = 480
@@ -40,7 +39,5 @@ object Form1: TForm1
4039 Align = alLeft
4140 ItemHeight = 19
4241 TabOrder = 2
43- ExplicitLeft = 321
44- ExplicitHeight = 409
4542 end
4643 end
--- a/Unit1.pas
+++ b/Unit1.pas
@@ -66,6 +66,7 @@ begin
6666 Exit;
6767 ListBox1.Items.Add('- - - - - - - - - - - - - - -');
6868 ListBox1.Items.Add('ok');
69+ Finalize(heap);
6970 end;
7071
7172 end.
--- a/Unit2.pas
+++ b/Unit2.pas
@@ -8,9 +8,8 @@ procedure base(root: integer);
88 procedure makeHeap(count: integer);
99
1010 var
11- arr, heap: TArray<integer>;
11+ heap: TArray<integer>;
1212 tail: integer;
13- s: string;
1413
1514 implementation
1615
旧リポジトリブラウザで表示