-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path5.pas
More file actions
62 lines (53 loc) · 789 Bytes
/
5.pas
File metadata and controls
62 lines (53 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
program input;
var a, nigga, pens, _$$$44 : integer ;
var b : integer ;
var temp : integer ;
var c : boolean;
begin
a := 1 ;
b := 7 + -a;
c := true;
while True do
begin
writeln (1);
temp := b ;
b := 2 + temp;;;;;;
b := a - 2;
b := a * b;
b := a div 2;
b := (a + b) div 4;
begin
end;
b := a mod 2;
b := a mod 3;
writeln(2);
if true then
begin
c := true;
end
else
writeln(a);
writeln(3);
if not c then
if c then
begin
end
else
begin
;;;
end;
writeln(4);
c := false;
while true do
begin
a := a + 1;
break;
end;
writeln(5);
break;
a := temp ; // Ich scheisse auf Leichen.. ;;;;
end
{Du kackmongo...
sdmsd ... .;
sdss...}
end.