에서 영감을 github.com/JackToaster/Reassuring-Parable-Generator 차례로에서 영감을 xkcd.com/1263 . 가능한 단어는 해당 저장소 의 reassuring.cfg 에서 파생됩니다 .
출력이 일치하는 문법을 보려면 reassuring.cfg (12 번째 커밋 사용) 를 살펴보십시오 (출력은 문법과 일치하는 모든 문자열의 목록입니다).
작업 : 프로그램은 pastebin pastebin.com/2SNAJ1VH에 포함 된 정확한 텍스트의 대 / 소문자를 구분하여 7968 줄을 모두 출력해야합니다 . Pastbin 사본은 Wayback Machine에 저장됩니다.
다음은 pastebin에서 33 개의 동기 부여 선 샘플입니다.
Computers can't enjoy a salad.
Computers can't enjoy a cake.
Computers can't enjoy a ice cream cone.
Computers can't enjoy a meal.
Computers can't enjoy a drink.
Computers can't enjoy a steak.
Computers can't enjoy a chicken dinner.
Computers can't enjoy a piece of cake.
Computers can't enjoy a piece of pie.
Computers can't enjoy a cookie.
Computers can't enjoy a sandwich.
Computers can't taste a salad.
Computers can't taste a cake.
Computers can't taste a ice cream cone.
Computers can't taste a meal.
Computers can't taste a drink.
Computers can't taste a steak.
Computers can't taste a chicken dinner.
Computers can't taste a piece of cake.
Computers can't taste a piece of pie.
Computers can't taste a cookie.
Computers can't taste a sandwich.
Computers can't experience eating a salad.
Computers can't experience eating a cake.
Computers can't experience eating a ice cream cone.
Computers can't experience eating a meal.
Computers can't experience eating a drink.
Computers can't experience eating a steak.
Computers can't experience eating a chicken dinner.
Computers can't experience eating a piece of cake.
Computers can't experience eating a piece of pie.
Computers can't experience eating a cookie.
Computers can't experience eating a sandwich.
도전 규칙 :
- 라인 출력은 원하는 방식으로 주문할 수 있지만 7968을 모두 포함해야합니다.
- 출력은 문자열 목록이 아닌 단일 플랫 문자열이어야합니다.
- 프로그램은 입력을받지 않거나 비어있는 사용되지 않은 입력을 받아 들여야합니다.
- 귀하의 프로그램은 온라인 소스에서 데이터를 가져올 수 없습니다.
- 단일 후행 줄 바꿈은 선택 사항입니다.
이것은 code-golf 이므로 가장 짧은 코드가 승리합니다.
No computer {can} {action}.
두 번 반복되고 Computers {cannot_present}
"컴퓨터를 사용할 수 없습니다"와 같은 문구를 생성합니다. 의도적인가?