প্রথমে তারা এসেছিল


29

"প্রথমে তারা এসেছিল ..." মার্টিন নিমেলারের একটি কবিতা :

First they came for the Socialists, and I did not speak out-
Because I was not a Socialist.

Then they came for the Trade Unionists, and I did not speak out-
Because I was not a Trade Unionist.

Then they came for the Jews, and I did not speak out-
Because I was not a Jew.

Then they came for me-and there was no one left to speak for me.

আপনার কাজ উপরের আউটপুট করা হয়। এটি , তাই বাইটের মধ্যে সংক্ষিপ্ততম কোড!

বিধি

  • আপনি অতিরিক্ত হোয়াইটস্পেস অন্তর্ভুক্ত করতে পারেন যা চেহারা প্রভাবিত করে না। একটি একক পেছনের নতুন লাইন অনুমোদিত।
  • অন্যথায়, আউটপুট অবশ্যই নিউলাইনগুলির অবস্থান সহ মিলবে।
  • মেটা স্ট্যান্ডার্ড অনুযায়ী, আপনি স্ট্রিংগুলির একটি তালিকা আউটপুট করতে পারেন। তবে আপনাকে অবশ্যই খালি লাইনগুলি অন্তর্ভুক্ত করতে হবে।

দ্রষ্টব্য যে আমি ব্যক্তিগতভাবে বিশ্বাস করি যে কবিতাটি কীভাবে রচনা করা হয়েছে তার কারণে এটি কোনও ছোঁয়া নয় - গল্ফের জন্য এটির কিছু সৃজনশীলতা প্রয়োজন। এটি একটি ডুপ বা না তা নিয়ে মেটা আলোচনা এখানে পাওয়া যাবে


7
আমি নিশ্চিত নই যে এটি রিকরোল চ্যালেঞ্জের ওপরে এবং তার বাইরে সাইটের কী যুক্ত করে।
অ্যাডমবর্কবার্ক

7
আমি এখানে রিকরোল ডুপসের হাতুড়ি পছন্দ করি না।
প্রোগ্রামার


11
একবারের জন্য, আমি মনে করি না এটি একটি রিকরোল ডুপ। এখানে অর্থবহ কাঠামো রয়েছে। সমান্তরালতা বিভিন্ন কৌশল থেকে অনুমতি দেয়। আবার খোলা হলে।
xnor

3
কাঠামোটি রিক্রোলের দ্বিগুণ হওয়ার পক্ষে পক্ষে যুক্তি , বিপরীতে নয়।
পিটার টেলর

উত্তর:


8

এসওজিএল ভি0.12 , 103 102 101 বাইট

 →∑‘¾ο╤Ε9‘}ψ⁴‘¹"4¡‘Q°‘:¹¹I{ū_:¹"Eā/}l6⁸SÆ□⁴↔b⅜╬I℮;YΥηκ*█⅞F^Κ⅜⁸{x⅔⁵⅟╚?Z‘O}"Ι╚╬√⅔δηvΧχ⁷⁾Η<υL┼!Ο'μΠ⁵╝⁷‘⁾

এখানে চেষ্টা করুন!

ব্যাখ্যা (এখানে আমি ..স্থান বাঁচাতে সংক্ষেপিত স্ট্রিংগুলি প্রতিস্থাপন করেছি ):

..‘.‘..‘                              push "socialist", "trade unionist" and "jew"
        ¹                             wrap in an array: ["socialist", "trade unionist", "jew"]
         "..‘..‘                      push "first" and "then"
                :                     duplicate the then
                 ¹                    wrap in an array: ["first","then","then"]
                  ¹                   wrap those two in an array: [["socialist", "trade unionist", "jew"], ["first","then","then"]]
                   I                  rotate clockwise: [[first,socialist], [then,trade unionist], [then,jew]]
                    {         }       for each do, pushing the array
                     ū                  uppercase the 1st letter of each word in the array - ["First", "Socialist"]
                      _                 splat the contents on the stack   "First", "Socialist"
                       :                duplicate the 2nd one             "First", "Socialist", "Socialist"
                        ¹               wrap in an array                  ["First", "Socialist", "Socialist"]
                         "..‘           push "ŗ they came for the ŗs, and I did not speak out-\nBecause I was not a ŗ." with ŗ replaced with its appropriate item in the array
                             O          output that
                               "..‘   push "then they came for me-and there was no one left to speak for me."
                                   ⁾  uppercase the 1st letter of it
                                      implicitly output it in a new line

আপনি একটি ব্যাখ্যা যোগ করতে পারেন দয়া করে?
Nzall

@ নজল ভুলে গেছেন, লিখেছেন
জাজিমায়

@ নাজাল একটি ব্যাখ্যা যুক্ত করেছেন
অগস্ট '177

7

6502 মেশিন কোড (সি 64), 229 বাইট

উদাসীন ধরনের, কিছুটা শালীন পরিমাণ বাইট সহ একটি সি 64 এ এখনও ডাবল :)

00 C0 A9 17 8D 18 D0 A2 2C 86 FE A6 FE A0 C0 BD B6 C0 20 1E AB C6 FE 10 F2 60
C6 49 52 53 54 20 00 D4 48 45 4E 20 00 54 48 45 20 00 54 48 45 59 20 43 41 4D
45 20 00 46 4F 52 20 00 53 50 45 41 4B 20 00 41 4E 44 20 C9 20 44 49 44 20 4E
4F 54 20 00 4F 55 54 2D 0D 00 C2 45 43 41 55 53 45 20 C9 20 57 41 53 20 4E 4F
54 20 41 20 00 4D 45 2D 41 4E 44 20 54 48 45 52 45 20 57 41 53 20 4E 4F 20 4F
4E 45 20 4C 45 46 54 20 54 4F 20 00 4D 45 2E 00 2E 0D 00 53 2C 20 00 D3 4F 43
49 41 4C 49 53 54 00 D4 52 41 44 45 20 D5 4E 49 4F 4E 49 53 54 00 CA 45 57 00
0D 00 8C 35 3A 6B 2A 1F B4 90 B0 56 50 3A 41 93 B0 25 35 2A 1F B4 90 A1 56 50
3A 41 93 A1 25 35 2A 1F B4 90 97 56 50 3A 41 93 97 25 35 2A 18

অনলাইন ডেমো

ব্যবহার: SYS49152

ব্যাখ্যা:

যেহেতু এটিতে বেশিরভাগ ডেটা রয়েছে, অর্থহীন ছিন্নমূল তালিকার পরিবর্তে এখানে ca65স্টাইল সমাবেশ উত্স যা এই মেশিন কোড তৈরি করে:

.segment "LDADDR"
                .word   $c000           ; load address
.code
                lda     #$17            ; upper/lower mode
                sta     $d018           ; store in VIC register
                ldx     #revpoemsize    ; initialize ...
                stx     $fe             ; ... counter
loop:           ldx     $fe             ; load current position
                ldy     #$c0            ; highbyte of strings always same
                lda     revpoem,x       ; load lowbyte from table
                jsr     $ab1e           ; output 0-terminated string
                dec     $fe             ; decrement position
                bpl     loop            ; >=0 ? -> repeat
                rts                     ; done

first:          .byte   "First ", 0
then:           .byte   "Then ", 0
the:            .byte   "the ", 0
came:           .byte   "they came ", 0
for:            .byte   "for ", 0
speak:          .byte   "speak ", 0
didnot:         .byte   "and I did not ", 0
out:            .byte   "out-", $d, 0
wasnot:         .byte   "Because I was not a ", 0
noone:          .byte   "me-and there was no one left to ", 0
me:             .byte   "me.", 0
period:         .byte   ".", $d, 0
comma:          .byte   "s, ", 0
socialist:      .byte   "Socialist", 0
unionist:       .byte   "Trade Unionist", 0
jew:            .byte   "Jew", 0
p:              .byte   $d, 0

revpoem:        .byte   <me, <for, <speak, <noone, <came, <then, <p
                .byte   <period, <jew, <wasnot, <out, <speak, <didnot
                .byte   <comma, <jew, <the, <for, <came, <then, <p, <period
                .byte   <unionist, <wasnot, <out, <speak, <didnot, <comma
                .byte   <unionist, <the, <for, <came, <then, <p, <period
                .byte   <socialist, <wasnot, <out, <speak, <didnot, <comma
                .byte   <socialist, <the, <for, <came, <first
revpoemsize     = * - revpoem - 1

6

পাইথন 3 , 209 বাইট

t='they came for '
s='First '
for i in'Socialist','Trade Unionist','Jew':s+=t+f'the {i}s, and I did not speak out-\nBecause I was not a {i}.\n\nThen '
print(s+t+'me-and there was no one left to speak for me.')

এটি অনলাইন চেষ্টা করুন!

-5 ধন্যবাদ ফিলিপে নারদী বাটিস্তার জন্য


@ হাইতিরা দুঃখিত, তবে আমি "বাণিজ্য" অংশটি আউটপুট ছাড়তে পারি না।
এরিক আউটগল্ফার


4

পার্ল 5 , 185 বাইট

print join" they came for ",First,(map"the ${_}s, and I did not speak out-
Because I was not a $_.

Then",Socialist,"Trade Unionist",Jew),"me-and there was no one left to speak for me."

এটি অনলাইন চেষ্টা করুন!

-৩ বাইটের জন্য @ ম্যাসাকে ধন্যবাদ !


যোগদান ব্যবহার করুন এবং আপনি আরও পাঁচটি চেয়ার ছাঁটাই করতে পারেন
ম্যাসা

@ মাসা নিশ্চিত না আমি কীভাবে দেখছি! আর কি কোনও ক্লু?
ডম হেস্টিংস

আমি এখনই আমার মোবাইলে আছি, তবে নীচে আমার পেরিল 6 উত্তরটি একবার দেখুন!
মাসা

@ মাসা আহহ, সুন্দর! ধন্যবাদ! -3 শেষে :)
ডম হেস্টিংস

3

সি, 248 বাইট

9 জ্যাকেট বাঁচানোর জন্য @ জ্যাচারকে ধন্যবাদ।

p(x,y){printf("%s they came for the %ss, and I did not speak out-\nBecause I was not a %s.\n\n",x,y,y);}f(){p("First","Socialist");p("Then","Trade Unionist");p("Then","Jew");puts("Then they came for me-and there was no one left to speak for me.");}

এটি অনলাইন চেষ্টা করুন!


আপনি sসরাসরি printfবিবৃতিতে স্থানান্তর করতে পারেন ?
জাকারি

@ জ্যাচারý হ্যাঁ, অবশ্যই
স্টেডিবক্স

3

সি # (.নেট কোর) , 248 246 242 বাইট

a=>{string b=@", and I did not speak out-
Because I was not a ",c=" they came for ",d="Socialist",e="Trade Unionist";return$@"First{c+d}s{b+d}.

Then{c+e}s{b+e}.

Then{c}the Jews{b}Jew.

Then{c}me-and there was no one left to speak for me.";}

আসল নিউলাইনগুলি আমাকে কয়েকটা বাইট সংরক্ষণ করেছিল।

এটি অনলাইন চেষ্টা করুন!

বিজনেস ক্যাটকে ধন্যবাদ 2 বাইট সংরক্ষণ করা




3

বেফুঞ্জ, 293 274 270 বাইট

62574732594932584832001v_@#:\0\!<
0-*84g+3/"P"\%"P"::+p00<_|#:-1g0
84!-"*":g+3/"P"\%"P"::+1\<+1_$#:^#-2\,-**
&First0 they came for %the Qs, and I did not speak out-*Because I was not a (.**
ThenOme-and there was no one left to speak for me.*$Jew*Socialist/Trade Unionist

এটি অনলাইন চেষ্টা করুন!

এটি বিদ্যমান বেফুঞ্জ সমাধানের জন্য আলাদা পদ্ধতি। এটি সাধারণ বাক্যাংশের অভিধান সংরক্ষণ করার জন্য এক ধরণের লিঙ্কযুক্ত তালিকার ব্যবহার করে এবং তারপরে স্ট্যাকের মানগুলির একটি সাধারণ তালিকা রয়েছে যাতে বাক্যাংশগুলি আউটপুট হওয়া উচিত order


2

রেটিনা , 176 বাইট


 Socialists, Trade Unionists, Jews,1me-and there was no one left to2for me.
( .+?)s,
1the$& and I did not2out-¶Because I was not a$1.¶¶Then
^
First
1
 they came for 
2
 speak 

এটি অনলাইন চেষ্টা করুন! ব্যাখ্যা: 1এবং 2কেবলমাত্র পুনরাবৃত্ত স্ট্রিংগুলি হ'ল এটি যথেষ্ট পরিমাণে হ'ল প্রতিলিপি হিসাবে উপযুক্ত। Firstসহজে পুনরাবৃত্তিমূলক অংশের জন্য স্থানধারক নির্বাচন করতে করতে পরে যোগ করা হয়, "তারা এর জন্য [GROUP] গুলি এসে আমি কারণ বলতে না আমি [GROUP] ছিল না। তারপর" যার দ্বারা প্রসারিত হয়, দ্বিতীয় পর্যায়ে।


2

জাভাস্ক্রিপ্ট (ES6), 231 227 223 221 বাইট

_=>`First${t=" they came for "}the Socialist${a=`s, and I did not speak out-
Because I was not a `}Socialist${t=`.

Then`+t}the ${(u="Trade Unionist")+a+u+t}the Jew${a}Jew${t}me-and there was no one left to speak for me.`

চেষ্টা করে দেখুন

o.innerText=(
_=>`First${t=" they came for "}the Socialist${a=`s, and I did not speak out-
Because I was not a `}Socialist${t=`.

Then`+t}the ${(u="Trade Unionist")+a+u+t}the Jew${a}Jew${t}me-and there was no one left to speak for me.`
)()
<pre id=o>



2

জাভাস্ক্রিপ্ট (ES6), 210 207 206 203 বাইট

আমার অন্যান্য সমাধানের জন্য আলাদা পদ্ধতির তাই অনুভূত হয়েছিল যে এটি এখন নিজের উত্তরে এটি সম্পাদনা করার উপযুক্ত যে চ্যালেঞ্জটি আবার খোলা হয়েছে।

_=>`First${["Socialist","Trade Unionist","Jew"].map(x=>t+`the ${x}s, and I did not speak out-
Because I was not a ${x}.

Then`,t=` they came for `).join``+t}me-and there was no one left to speak for me.`

চেষ্টা করে দেখুন

o.innerText=(
_=>`First${["Socialist","Trade Unionist","Jew"].map(x=>t+`the ${x}s, and I did not speak out-
Because I was not a ${x}.

Then`,t=` they came for `).join``+t}me-and there was no one left to speak for me.`
)()
<pre id=o>


2

গাইয়া , 179 175 বাইট

⇓“the ”3ṁ“s, and I did not speak out-¶Because I was not a ”2ṃ“.¶¶Then
“ they came for 
First”“Socialist“Trade Unionist“Jew”↓¦⇑“me-and there was no one left to speak for me.”]$

এটি অনলাইন চেষ্টা করুন!

ব্যাখ্যা

3 ফাংশন এখানে সংজ্ঞায়িত করা হয়েছে (প্রতি লাইন 1)। নীচের একটিকে প্রথমে বলা হয়। নতুন লাইনের দ্বারা প্রতিস্থাপিত হয়।

⇓“the ”3ṁ“...”2ṃ“.¶¶Then  First helper function. Argument: s
⇓                         Push "Then they came for "
 “the ”                   Push "the "
       3ṁ                 Bring s to the top
         “...”            Push "s, and I did not speak out-¶Because I was not a "
              2ṃ          Push a copy of s
                “.¶¶Then  Push ".¶¶Then"


“ they came for   Helper function. No arguments.
“ they came for   Push " they came for "


First”“..“..“..”↓¦⇑“...”]$  Main function.
First”                      Push "First"
      “..“..“..”            Push the list ["Socialist" "Trade Unionist" "Jew"]
                ↓¦          Call the first helper function on each.
                  ⇑         Push "Then they came for "
                   “...”    Push "me-and there was no one left to speak for me."
                        ]$  Wrap the stack in a list and join with no separator.

2

বুবলগাম , 149 132 129 বাইট

00000000: 9d4d b515 0241 14cc af8a c991 1e70 0991  .M...A.......p..
00000010: 02fe bbfd e7b7 cb1a 523d ee0e d9f8 7453  ........R=....tS
00000020: 631d 5cc2 2b84 5432 2265 760c 6315 a654  c.\.+.T2"ev.c..T
00000030: a4d6 d92a 480a 0c20 5201 a91c ec8c 2987  ...*H.. R.....).
00000040: f2ae 1634 3924 6f79 6b2e c8ee 4dba 14eb  ...49$oyk...M...
00000050: 4130 4958 3ed9 9e18 128c a94c 95fc e3e0  A0IX>......L....
00000060: b6fd fa65 c88b 1fa7 7795 e77b 25d7 488a  ...e....w..{%.H.
00000070: 9d68 f898 8792 8c82 2307 a78e bb87 647d  .h......#.....d}
00000080: 03                                       .

এটি অনলাইন চেষ্টা করুন!

বিরক্তিকর বুদবুদ উত্তর। ইতিমধ্যে এসওজিএল দ্বারা পরাজিত, তাই ভাল।

-17 বাইটের ক্রেডিট ডোম হেস্টিংসে যায়

Ovs দ্বারা -3 বাইট


132 বাইট । তবুও এসওজিএলকে পরাস্ত করতে পারে না!
ডম হেস্টিংস

@ ডোমহাস্টিংস আমি মনে করি না আপনি কখনই বুবলগামের সাথে এসওজিএলকে পরাজিত করবেন ...
এরিক দ্য আউটগলফার

@ এরিকথ আউটগলফার আমিও এই সত্যটি দেখে খুব আনন্দিত! আমি এটির সাথে খেলতে কিছুটা সময় ব্যয় করতে চাই, অবিশ্বাস্যভাবে অভিব্যক্তিপূর্ণ!
ডোম হেস্টিংস


2

এসকিউএল 269 বাইট

declare @ char(18)='They came for the ',@a char(49)='s, and I did not speak out-
Because I was not a '
print'First '+@+'Socialist'+@a+'Socialist.

'+@+'Trade Unionist'+@a+'Trade Unionist.

'+@+'Jew'+@a+'Jew.

'+@+' me-and there was no one left to speak for me.'

1
হাই, পিপিসিজিতে আপনাকে স্বাগতম! কিছু ফর্ম্যাটিং যুক্ত করতে আমি আপনার পোস্ট সম্পাদনা করেছি। আসল কোড হিসাবে, আমি মনে করি নেতৃস্থানীয় শব্দগুলি "Then "গত তিনটি বাক্যে অনুপস্থিত এবং শেষ বাক্যটি এখন "They came for the me-..."পরিবর্তে উল্লেখ করে "Then they came for me-..."
কেভিন ক্রুইজসেন

2

পাওয়ারশেল, 211 202 198 বাইট

-13 বাইট @ ভেস্কাহ ধন্যবাদ

$a,$b='First',' they came for'
'Socialist','Trade Unionist','Jew'|%{"$a$b the $_`s, and I did not speak out-
Because I was not a $_.
";$a='Then'}
"$a$b me-and there was no one left to speak for me."

এটি অনলাইন চেষ্টা করুন!

আমি নিশ্চিত যে এটিকে কিছুটা বাদ দেওয়া যেতে পারে।





1

পাইথন 2, 246 বাইট

প্রথমবার আমি স্ট্রিংটিকে ফিরে আসার সংকোচনের চেষ্টা করেছি। স্পষ্টতই এটি অন্যান্য পদ্ধতির চেয়ে বেশি বাইট নেয়। গল্ফের কি কিছু বাকি আছে?

import zlib,base64
print zlib.decompress(base64.b64decode('eJyd0DEOwjAMBdA9p/gHoD0EAxJdgQNYiatGtDaKU1XcvikUdSkDjLb/f4NPMVlG7vgJTwOj1bRMuKiP1EfLdgBJwBkhBohm2IPpDh1z5Y7saTQux4nsdaStWDt37Vh27JtElT/oT++73PD0K1oq+97A1QKVZeI1DxVGz215mK7uO1nPf1Zu5g=='))

এটি অনলাইন চেষ্টা করুন!





1

পাইথন 3 , 208 বাইট

print(' they came for '.join(["First"]+[f"the {i}s, and I did not speak out-\nBecause I was not a {i}.\n\nThen"for i in['Socialist','Trade Unionist','Jew']]+['me-and there was no one left to speak for me.']))

এটি অনলাইন চেষ্টা করুন!

-1 স্টেপ হেনকে ধন্যবাদ


1
Then "for-> Then"forএবং আপনি অন্য পাইথনের উত্তরগুলি মারছেন :)
স্টিফেন

@ স্টেপহেন অতিরিক্ত স্থান লক্ষ্য করার জন্য ধন্যবাদ! :-)
ম্যাসা

1

ক্লোজার, 285 বাইট

(fn[](doseq[i(range 4):let[c["Socialist""Trade Unionist""Jew"""]f #(if(< i 3)% %2)]](println(if(= i 0)"First""Then")"they came for"(str(f(str"the "(c i)"s, ")"me-")(f"and I did not speak out-\n""and there was no one left to speak for me.")(f(str"Because I was not a "(c i)".\n")"")))))

এটি একটি মজার ছোট চ্যালেঞ্জ ছিল। আমি প্রায় পুরোপুরি পুরোপুরি পুরোপুরি দু'বার লিখেছিলাম কারণ আমি বুঝতে পেরেছিলাম যে আমি অতিরিক্ত কিছুটা ঘুরছি। এখনও বেশ কয়েকটি ক্ষেত্র রয়েছে যা সম্ভবত স্পর্শ করা যেতে পারে, তবে আমি কীভাবে এটি চালু হয়েছিল তা নিয়ে আমি খুব খুশি, এমনকি আমি 54 বাইট দ্বারা মূলটিকে "সংকুচিত" করছি "

repl.io

একটি ব্যাখ্যা জন্য প্রাক গল্ফ কোড দেখুন:

(defn ftc []
  ; Loop over the lines numbers for reference
  (doseq [i (range 4)
          :let [; Added a dummy last "class" since "me-" wasn't necessary,
                ;  and only having 3 elements was causing OOB errors.
                classes ["Socialist" "Trade Unionist" "Jew" ""]

                ; A helper function that executes either its first or second argument
                ;  depending on if the current line is one of the first 3 lines.
                if-first-three-lines #(if (< i 3) % %2)]]

    ; An implicit space is inserted between each of the args to println
    (println
      ; Decide on the opener
      (if (= i 0) "First" "Then")

      "they came for"

      ; Start string concatenation because the implicit space
      ;  begins complicating things.
      (str
        ; Decide which "class" the line belongs to
        (if-first-three-lines
          (str "the " (classes i) "s, ")
          "me-")

        ; Decide on the line ending
        (if-first-three-lines
          "and I did not speak out-\n"
          "and there was no one left to speak for me.")

        ; Then pick the trailer
        (if-first-three-lines
          (str "Because I was not a " (classes i) ".\n")
          "")))))


1

05 এ বি 1 ই , 124 119 বাইট

.•RYÁ Wö∍®Ø’áÅÚ)’Òü•'x¡™vy„€Û‚½#NĀ虓ÿ€»‹é€‡€€ ÿs,€ƒ Iƒ§€–¡´€Ä-“©¶y“ƒ« I€¥€–€… ÿ.“.ª¶¶}®19£“€á-and€Ç€¥€¸€µ…¸€„¡´€‡€á.“J

এটি অনলাইনে চেষ্টা করুন।

ব্যাখ্যা:

.•RYÁ Wö∍®Ø’áÅÚ)’Òü•
                  # Push compressed string "socialistxtrade unionistxjew"
 'x¡             '# Split it on "x": ["socialist","trade unionist","jew"]
                 # Convert each word to Titlecase: ["Socialist","Trade Unionist","Jew"]
v                 # Loop `y` over each of these strings:
 y                #  Push string `y`
 „€Û‚½            #  Push dictionary string "first then"
      #           #  Split on spaces: ["first","then"]
       N          #  Push the index of the loop
        Ā         #  Truthify it (0 remains 0; every other number becomes 1)
         è        #  Use it to index into the list
                 #  Titlecase it
 “ÿ€»‹é€‡€€ ÿs,€ƒ Iƒ§€–¡´€Ä-“
                  #  Push dictionary string "ÿ they came for the ÿs, and I did not speak out-"
                  #  where the "ÿ" are automatically filled with the strings at the top of the stack
  ©               #  Save it in the register (without popping)
                 #  Push a newline "\n"
 y                #  Push string `y` again
 “ƒ« I€¥€–€… ÿ.“  #  Push dictionary string "because I was not a ÿ."
                  #  where the "ÿ" is automatically filled again with the string
                #  Sentence case it: "because" becomes "Because"
 ¶¶               #  Push two newline characters "\n\n"
}                 # After the loop:
®                 # Push the string from the register:
                  #  "Then they came for the Jews, and I did not speak out-"
 19£              # Only leave the first 19 characters: "Then they came for "
“€á-and€Ç€¥€¸€µ…¸€„¡´€‡€á.“
                  # Push dictionary string "me-and there was no one left to speak for me."
J                 # Then join everything on the stack together (and output implicitly)

আমার এই 05AB1E টিপটি দেখুন (বিভাগগুলি কীভাবে ব্যবহার করবেন? এবং স্ট্রিংগুলি অভিধানের অংশ নয় কীভাবে সংকুচিত করবেন? ) কেন তা বুঝতে:

  • .•RYÁ Wö∍®Ø’áÅÚ)’Òü• হয় "socialistxtrade unionistxjew"
  • „€Û‚½ হয় "first then"
  • “ÿ€»‹é€‡€€ ÿs,€ƒ Iƒ§€–¡´€Ä-“ হয় "ÿ they came for the ÿs, and I did not speak out-"
  • “ƒ« I€¥€–€… ÿ.“ হয় "because I was not a ÿ."
  • “€á-and€Ç€¥€¸€µ…¸€„¡´€‡€á.“ হয় "me-and there was no one left to speak for me."

-4

পাঠ্য , 348 বাইট

First they came for the Socialists, and I did not speak out-
Because I was not a Socialist.

Then they came for the Trade Unionists, and I did not speak out-
Because I was not a Trade Unionist.

Then they came for the Jews, and I did not speak out-
Because I was not a Jew.

Then they came for me-and there was no one left to speak for me.

এটি এর ভাষায় সংক্ষিপ্ততম সংস্করণ, এবং লেখার সময় এটি বেফঞ্জ -৩৩ উত্তরটির সাথে সমান।


2
প্রায় সমস্ত "পাঠ্য" জবাব হিসাবে, এটি বিরক্তিকর এবং অলস
জো কিং

@ জো কিং উল্লেখযোগ্য কিছু হ'ল এটি বেফঞ্জ -৩৩ উত্তরের সমান দৈর্ঘ্য।
IFcoltransG
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.