Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
8
Task/McNuggets-problem/SETL/mcnuggets-problem.setl
Normal file
8
Task/McNuggets-problem/SETL/mcnuggets-problem.setl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
program mcnuggets;
|
||||
nuggets := +/+/ {{{ x + y + z
|
||||
: x in [0, 6..100] }
|
||||
: y in [0, 9..100] }
|
||||
: z in [0, 20..100] };
|
||||
|
||||
print(max/{n : n in [1..100] | not n in nuggets});
|
||||
end program;
|
||||
Loading…
Add table
Add a link
Reference in a new issue