Intro
Tantangannya adalah membuat program / fungsi yang mencetak persimpangan kode sumbernya sendiri dan input string yang diberikan. Ini kode golf dan lebih tepatnya:
- Membiarkan
I
menjadi set input{"a","b","c"}
- Biarkan
S
menjadi set kode sumber{"b","f"}
- Maka persimpangan adalah apa yang mereka bagikan
I ∩ S = {"b"}
Memasukkan
Input fleksibel. Seharusnya bisa menangani pengkodean karakter yang digunakan untuk kode sumber.
Keluaran
Keluaran fleksibel. Harus set karakter yang dibagi oleh input dan kode sumber. Juga, set adalah koleksi objek berbeda yang tidak berurutan. Singkatnya:
- Output fleksibel:
- Bisa berupa struktur data apa pun (string atau lainnya)
- Bisa unordered
- Bisa saja tertinggal
\n
- Harus berbeda
Larangan
Mirip dengan tantangan quine , program / fungsi mungkin tidak membaca kode sumbernya sendiri dan solusi 0-byte tidak diperbolehkan.
Contohnya
- # 1
functor x(I){ return I ∩ self; }
Inputs Outputs
------ -------
enter preformatted text here -> {"e","n","t","r","f","o","x"}
["Albrt"," Einstin"] -> {"l","r","t","n","s"}
- # 2
(_)->_&"(_)->&\"\\"
Inputs Outputs
------ -------
"Security at the expense of -> "
usability comes at the expense
of security."
(0____0) -> (_)
- # 3
ಠa益длф
Inputs Outputs
------ -------
Far out in the uncharted backwaters ->"a"
of the unfashionable end of the
Western Spiral arm of the Galaxy lies
a small unregarded yellow sun.
Orbiting this at a distance of roughly
ninety-eight million miles is an
utterly insignificant little blue-green
planet whose ape-descended life forms
are so amazingly primitive that they
still think digital watches are a pretty
neat idea.
(ノಠ益ಠ)ノ彡┻━┻ ->"ಠ益"
Uji Kasus
Albert Einstein
\__( O__O)_/
!@#$%^&*()_+{}|:"<>?
1234567890-=[]\;',./
(ノಠ益ಠ)ノ彡┻━┻
“¤>%,oỊȤʠ“ØụĊ5D³ṃṠɼQ»j;Ç;“;}¶”
┬──┬ ノ( ゜-゜ノ)
Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy lies a small unregarded yellow sun. Orbiting this at a distance of roughly ninety-eight million miles is an utterly insignificant little blue-green planet whose ape-descended life forms are so amazingly primitive that they still think digital watches are a pretty neat idea.
Memperbarui
- [16-08-10]: set adalah koleksi objek yang tidak berurutan
- [16-08-10]: membuntuti baris baru dapat diterima