Pertanyaan yang diberi tag «polyglot»

Untuk tantangan yang melibatkan kode yang berjalan dalam berbagai bahasa pemrograman.

30
Diberikan input int n, cetak n * terbalik (n)
Diberikan bilangan bulat n, cetakn * reversed(n) reversed(n)adalah angka yang Anda dapatkan ketika Anda reversedigit n. reverse(512) = 215 reverse(1) = 1 reverse(101) = 101 >>>>>>>> func(5) = 5*5 = 25 func(12) = 12*21 = 252 func(11) = 11*11 = 121 func(659) = 659*956 = 630004 Kode terpendek menang! Papan …
9 code-golf  math  arithmetic  code-golf  math  integer  code-golf  arithmetic  integer  code-golf  sequence  base-conversion  palindrome  code-golf  math  primes  integer  code-golf  parsing  conversion  syntax  code-golf  sequence  primes  code-challenge  geometry  optimization  code-golf  graph-theory  code-golf  number-theory  primes  integer  code-golf  source-layout  cops-and-robbers  code-golf  source-layout  cops-and-robbers  code-golf  sequence  primes  integer  code-golf  math  number-theory  primes  rational-numbers  code-golf  math  sequence  number-theory  primes  code-golf  string  code-golf  math  combinatorics  permutations  restricted-complexity  code-golf  array-manipulation  code-golf  number  sequence  code-golf  number  sequence  code-golf  binary-matrix  code-golf  math  tips  javascript  algorithm  code-golf  string  code-golf  number  sequence  code-golf  math  arithmetic  parsing  code-golf  number  sequence  primes  code-golf  string  ascii-art  geometry  integer  code-golf  geometry  code-golf  number  array-manipulation  code-golf  math  geometry  code-golf  number  sequence  arithmetic  integer  code-golf  string  kolmogorov-complexity  code-golf  number  code-golf  number  chess  code-golf  sequence  decision-problem  subsequence  code-golf  math  number  primes  code-golf  primes  permutations  code-golf  integer  probability-theory  statistics  code-golf  string  code-golf  sequence  decision-problem  parsing  board-game  code-golf  binary  graph-theory  code-golf  board-game  classification  tic-tac-toe  code-golf  ascii-art  polyglot  code-golf  date  code-golf  geometry 

6
Mundur dan maju polyglot quine!
Anda harus membuat polyglot yang menampilkan kode sumbernya dalam satu bahasa dan kode sumbernya mundur dalam bahasa lain. Berbeda dengan aturan normal, Anda diperbolehkan membaca file saat ini atau menggunakan builtin untuk mendapatkan kode sumber kiriman Anda dan membalikkannya dalam satu bahasa. Kode sumber Anda tidak boleh berupa palindrome. Misalnya, …

5
Kehidupan dan Kematian Pohon
Tantangan Tulis sebuah program yang mengambil bilangan bulat N sebagai input, dan output tahap kehidupan atau kematian tempat pohon saat ini. N akan selalu antara 0 dan 10. Tahapan Hidup dan Mati Kehidupan: Untuk menggambar tahap kehidupan, cukup menggambar basis ukuran N , yang terdiri dari ^karakter, lalu naik dan …
Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.