6 lines
50 B
Text
6 lines
50 B
Text
|
|
var Δ : Integer;
|
||
|
|
|
||
|
|
Δ := 1;
|
||
|
|
Inc(Δ);
|
||
|
|
PrintLn(Δ);
|