다음과 같이 길이로 구분 된 단어 목록 사용 :
https://github.com/Magic Octopus Urn / wordListsByLength
1에서 n
20 까지의 각 길이 목록에서 1 단어를 인쇄 하십시오. 유효한 예는 다음과 같습니다.
a
an
and
hand
hands
handle
handles
abandons
abandoned
understand
outstanding
newfoundland
understanding
characteristic
characteristics
characterization
characterizations
characteristically
characterologically
chemotherapeutically
대안 적으로 (배열) :
['a', 'an', 'and', 'hand', 'hands', 'handle', 'handles', 'abandons', 'abandoned', 'understand', 'outstanding', 'newfoundland', 'understanding', 'characteristic', 'characteristics', 'characterization', 'characterizations', 'characteristically', 'characterologically', 'chemotherapeutically']
또는 (이외의 인쇄 가능한 비 알파벳 분리기 \n
) :
a:an:and:hand:hands:handle:handles:abandons:abandoned:understand:outstanding:newfoundland:understanding:characteristic:characteristics:characterization:characterizations:characteristically:characterologically:chemotherapeutically
규칙
- 당신은 당신의 자신의 20 단어를 선택할 수 있습니다.
- 단어는 제공된 github 페이지에서 제공되어야합니다.
- 1에서 1.txt, 1에서 2.txt 등 ...
- 20.txt 이상의 파일은 존재하지만 20자를 초과하는 단어는 필요하지 않습니다.
- 유효한 구분 기호는 ASCII로 인쇄 가능한 비 알파벳 문자입니다 (숫자도 상관 없음).
- 소문자 또는 대문자 만 선택하고 하나를 고르십시오. 제목이 허용되지 않습니다.
- 내 예제 20 단어의 100 % 사본을 사용하지 마십시오 ...
- 가능하지만 재미는 없습니다.
- 어쨌든 그들은 차선책 일 것입니다 ...
- 분리 된 파일을 사용하지 않고 전체 목록이 필요한 경우 :
- unsorted.txt를 사용하십시오 .이
n
파일 은 모두 .txt 파일이며 알파벳 순으로 정렬되어 있습니다.
- unsorted.txt를 사용하십시오 .이
- URL에서 직접 읽을 수는 없으며 일반적인 허점 입니다.
- 이것은 code-golf 이며 가장 낮은 바이트 수가 승자가됩니다.
참고로 출력은 229 바이트이므로, 그 아래에있는 것은 하드 코딩보다 우수합니다.
가능한 메타 태그 토론 :
사용자 주도 로 사용자가 가능성 목록에서 출력을 사용자 정의 할 수 있습니까?
( •_•)>⌐■-■
뛰어난 뉴 펀들 랜드를 이해(⌐■_■)