Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Department-numbers/Fermat/department-numbers.fermat
Normal file
7
Task/Department-numbers/Fermat/department-numbers.fermat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
!!'Police Sanitation Fire';
|
||||
!!'------|----------|----';
|
||||
for p = 2 to 6 by 2 do
|
||||
for s = 1 to 7 do
|
||||
for f = 1 to 7 do
|
||||
if p+f+s=12 and f<>p and f<>s and s<>p then !!(' ',p,' ',s,' ',f);
|
||||
fi od od od;
|
||||
Loading…
Add table
Add a link
Reference in a new issue