Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -0,0 +1,8 @@
|
|||
begin
|
||||
Writeln('Police Fire Sanitation');
|
||||
for var p := 2 to 6 step 2 do
|
||||
for var f := 1 to 7 do
|
||||
for var s := 1 to 7 do
|
||||
if (p <> f) and (f <> s) and (p <> s) and (p + f + s = 12) then
|
||||
Writeln($'{p,-8}{f,-8}{s,-8}');
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue