ไม่มีใครที่จะได้รับ demented มากพอที่จะเข้าสู่ความท้าทายรหัสกอล์ฟกับ SPL ดังนั้น ...
คำพูดของฉันสักครู่แล้ว แต่ถึงกระนั้นใครบางคนก็บ้าพอที่จะทำ ใช่ฉันรู้ ไบต์มากเกินไป แต่ SPL สมควรที่จะถูกรวมไว้ที่นี่ฉันคิดว่า และเชื่อว่าผมได้ทำพยายามมหึมาที่ "กอล์ฟ" โปรแกรมนี้ซึ่งเป็นเหตุผลที่มันเป็นบิตซ้ำ ๆ และส่วนใหญ่จะใช้คำเดียวกัน (ฉันจะเสมอได้ปฏิบัติตามข้อเสนอแนะ DLosc ของแต่ที่จะเป็นมากเกินไปแม้สำหรับฉัน) .
A Happy Birth Day
Ajax, a hero
Ford, a man
Act I: 1
Scene I: 1
[Enter Ajax and Ford]
Ajax:
You are nothing!
Scene II: 2
Ford:
Am I nicer than the sum of a big cow and a son?
Ajax:
If so, we shall go to Scene V. You are as big as the sum of thyself and a cat!
Scene III: 3
Ford:
You are as red as the sum of a big red warm rich bold fair cat and a big rich fine son.
Speak thy mind! You are as big as the sum of thyself and the sum of a cute fair fine
rich cat and a hog! Speak thy mind! You are as big as the sum of thyself and the sum
of a cute fair fine rich cat and a hog. Speak thy mind. Speak thy mind! You are as bold as
the sum of thyself and the sum of a big fine fair cat and a cow. Speak thy mind! You are
as big as a red old fair fine tiny cow. Speak thy mind! You are as old as the sum of
thyself and the sum of a red old fair fine tiny cow and a big joy. Speak thy mind.
You are as red as the sum of thyself and the sum of the sum of a red old fair fine
tiny cow and a rich old red sky and a pig. Speak thy mind! You are as old as the sum
of thyself and the sum of a big fine fair joy and a son. Speak thy mind. You are as
red as the sum of thyself and a cute son. Speak thy mind! You are as cute as the sum
of thyself and the sum of a bad fat vile pig and a fat bad lie. Speak thy mind! You are
as fat as the sum of thyself and a vile evil war. Speak thy mind! You are as vile as the
sum of thyself and the sum of a pig and a toad. Speak thy mind! You are as fair as the
sum of thyself and the sum of a big fair hard fine son and a red fine fair joy. Speak
thy mind! Are you as old as a big cow?
Ajax:
If so, we shall go to Scene IV.
Ford:
You are as big as a red old fair fine tiny cow. Speak thy mind! You are as old as the sum
of thyself and the sum of the sum of a big red warm rich bold fair cat and a red old fair
fine tiny cow and a bad hog. Speak thy mind! You are as big as the sum of thyself and the
sum of a fat bad hog and a war. Speak thy mind! You are as big as a red old fair fine tiny
cow. Speak thy mind! You are as old as the sum of thyself and the sum of a big red warm
rich bold fair cat and a fat foul bad hog and a son. Speak thy mind. You are as fat as
the sum of thyself and the sum of the sum of a big fair hard fine son and a big fine
fair joy and a bad pig. Speak thy mind.
Ajax:
Let us return to Scene II.
Scene IV: 4
Ford:
You are as big as a red old fair fine tiny cow. Speak thy mind! You are as old as the
sum of thyself and a big red warm rich bold fair cat and a warm sky. Speak thy mind.
You are as fat as the sum of thyself and the sum of a red old fair fine tiny cow and a
cat. Speak thy mind. You are as fat as the sum of thyself and a bad foul hog. Speak
thy mind. You are as cute as the sum of thyself and the sum of a big fair hard fine
son and a sky. Speak thy mind. You are as big as a red old fair fine tiny cow. Speak thy
mind! You are as old as the sum of thyself and the sum of thyself and the sum of the sum
of the sum of a red old fair fine tiny cow and a big fair hard fine son and a big joy and
a son. Speak thy mind. You are as bad as the sum of thyself and the sum of a fat pig and a
hog. Speak thy mind. You are as fat as the sum of thyself and a lazy pig. Speak thy mind.
Ajax:
Let us return to Scene II.
Scene V: 5
[Exeunt]
ความหมายทั้งหมดนี้คืออะไร?
ตกลงถ้าคุณอยากรู้ว่ามันควรจะทำงานยังไงให้ฉันลองอธิบายเหตุผลของฉัน ประการแรกคือตัวแปร พวกเขาต้องมาจากบทละครของเชคสเปียเรียนและเนื่องจากการนับตัวละครเป็นสิ่งสำคัญเราจึงต้องเลือกตัวละครเล็ก ๆ ดังนั้นAjax
และFord
ปรากฏ พวกเขาต้องการคำอธิบายหลังจากถูกประกาศ (ซึ่งถูกละเว้น แต่ก็ยัง) ฉันอาจใช้จดหมายฉบับเดียว แต่เฮ้
Act I, Scene I
var Ajax, Ford;
Ford = 0;
เรานำตัวแปรมาสู่สเตจและAjax
บอกFord
ว่าคุณค่าของเขาจะเป็น 0
Act I, Scene II
if (Ford > 2*1+1)
goto Scene V;
Ford = Ford + 1;
ตกลงถ้าค่าที่เก็บไว้มีค่าFord
มากกว่า 3 โปรแกรมจะข้ามไปที่ฉาก V; otherwhise มูลค่าของมันจะเพิ่มขึ้น
Act I, Scene III
Ford = 2*2*2*2*2*2*1+2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*1-1;
print((char) Ford);
Ford = Ford+2*2*2*2*1-1;
print((char) Ford);
print((char) Ford);
Ford = Ford+2*2*2*1+1;
print((char) Ford);
Ford = 2*2*2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*1+2*2*2*1+(-1);
print((char) Ford);
Ford = Ford+2*2*2*1+1;
print((char) Ford);
Ford = Ford+2*1;
print((char) Ford);
Ford = Ford+2*2*2*(-1)+2*2*(-1);
print((char) Ford);
Ford = Ford+2*2*(-1);
print((char) Ford);
Ford = Ford+2*(-1)+(-1);
print((char) Ford);
Ford = Ford+2*2*2*2*1+2*2*2*1;
print((char) Ford);
if (Ajax == 2*1)
goto Scene IV;
Ford = 2*2*2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*2*1+2*2*2*2*2*1+2*(-1);
print((char) Ford);
Ford = Ford+2*2*(-1)+(-1);
print((char) Ford);
Ford = 2*2*2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*2*1+2*2*2*(-1)+1;
print((char) Ford);
Ford = Ford+2*2*2*2*1+2*2*2*1+2*(-1);
print((char) Ford);
Ford = Ford+2*2*2*1+2*-1;
print((char) Ford);
goto Scene II;
โหลดและโหลดของเส้น แนวคิดก็คือการทำซอกับค่าที่เก็บไว้Ford
ทำการโหลดและโหลดของการดำเนินการทางคณิตศาสตร์เพื่อรับหมายเลข ASCII ของตัวอักษรที่ต้องการจากนั้นเราบอกคอมไพเลอร์เพื่อส่งออกตัวเลขในรูปแบบอักขระ Happy Birthday
นั่นเป็นวิธีที่คุณเขียน มีif
ฉากด้านใน: ความคิดคือการตรวจสอบว่านี่เป็นวลีที่สามของเพลงหรือไม่ ถ้าเป็นเช่นนั้นเราข้ามไปที่ซีน IV; มิฉะนั้นเราจะเขียนto You
ต่อไป หลังจากนั้นเรากระโดดกลับไปที่ซีน II
Act I, ฉากที่สี่
Ford = 2*2*2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*2*1+2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*1+1;
print((char) Ford);
Ford = Ford+2*2*(-1);
print((char) Ford);
Ford = Ford+2*2*2*2*1+1;
print((char) Ford);
Ford = 2*2*2*2*2*1;
print((char) Ford);
Ford = Ford+2*2*2*2*2*1+2*2*2*2*1+2*1+1;
print((char) Ford);
Ford = Ford+2*(-1)+(-1);
print((char) Ford);
Ford = Ford+2*2*(-1);
print((char) Ford);
goto Scene II;
วิธีการทำงานนี้จะคล้ายกับฉากดังกล่าวข้างต้น: Dear SPL
ความคิดที่จะเขียน
Act I, ฉาก V
End.
เป็นแบบนั้น.
ฉันยังไม่พบสถานที่ที่สามารถทำการทดสอบได้โชคไม่ดี ...