1
- Your sourcecode must not contain any of the characters it outputs (case sensitive).
- Your program must not output more than 500 characters/bytes. 1 byte = 1 char. Newline counts as 1 character.
- Your program should not take any input. (from user, filename, network or anything).
- Your program must output words/phrases worth a total of minimum 700 points according to the following score table (case sensitive):
Score table:
me - 2 points
ore - 3 points
freq - 5 points
pager - 7 points
mentor - 11 points
triumph - 13 points
equipage - 17 points
equipment - 19 points
equivalent - 23 points
equilibrium - 29 points
unubiquitous - 31 points
questionnaire - 37 points
Mutüal 3xcLUs1ve_Equino>< - 400 points
- 4.1 Each word can be repeated but lose 1 point for each repetition (with exception for the last phrase worth 400 points, you must not repeat that in the output). For example:
four of equilibrium
(in any place) in the output = 29+28+27+26
points.
- 4.2 Letters in the output can be used in more than one word, for example:
equipager
= equipage
and pager
= 17+7
points.
This is code-golf, shortest sourcecode in bytes wins! Good luck, have fun!
Can my program contain the command "print" for example? because the letter 'i' appears in the source code and therefore most of the letters cannot be printed. – Gari BN – 2014-01-19T11:31:19.920
If your program contain the command
print
you cannot output anyp, r, i, n
ort
and only get points for the word:me
and I doubt you can reach 700 points using only that word ;). I foresee sourcecodes with most code in upper-case ;) – Plarsen – 2014-01-19T11:37:26.903Is the fourth repetition of "me" worth zero points, or -1 point? – John Dvorak – 2014-01-19T11:41:32.220
The fourth is worth zero points. No penalties (except for the 400 points phrase.) – Plarsen – 2014-01-19T11:42:54.250
Who wins? The shortest sourcecode or the best score? – Gabriele D'Antona – 2014-01-19T13:06:45.100
It is code-golf, shortest code wins. The score is only part of the rules – Plarsen – 2014-01-19T13:07:43.813