«source-layout» 태그된 질문

물리적 레이아웃 또는 소스 코드의 물리적 조작과 관련된 문제.

4
이진 카운터를 quine으로 작성
s_zero와 s_one이라고하는 두 개의 코드 조각을 작성하십시오. 프로그램 (l, n)은 왼쪽에 s_zero로 채워진 이진수 n의 숫자에 해당하는 s_zero 및 s_one의 l 사본으로 구성됩니다. 예를 들어, s_zero = foo및 s_one = bar이면 Program (4, 0) = foofoofoofoo Program (4, 1) = foofoofoobar Program (4, 2) = foofoobarfoo 등 프로그램 (l, n)은 …

4
당신이 너트에 코드를 넣고 모두 흔들어
하나의 프로그래밍 언어를 사용하여 5 개의 단일 라인 프로그램을 작성하십시오. 각 라인은 개별적으로 실행될 때 Harry Nilsson의 1972 년 노래 " Coconut "에 첫 번째 구절의 다른 라인을 출력합니다 . 형제는 그가 한푼도 그것을 구입, 코코넛을 구입 한 그녀는 라임을 위해 지불, 그의 여동생이 또 하나 있었다 그녀는 코코넛에 라임을 …

4
분석 코드
다시 해보자. 이 콘테스트의 목적은 서로에 대한 아나그램 인 두 개의 코드 조각을 만들고 (두 개의 다른 순서로 동일한 바이트를 포함해야 함) 다음 작업을 수행합니다. 입력되는 숫자 인 경우 하나 개의 필수 시험 행복 또는 소수 숫자 (예, 대한 중 하나 인 경우, 출력 7해야 출력 happy prime및 4출력해야 sad …

2
여러 줄에 걸쳐 함수 만들기
여러 줄에 걸쳐 함수를 만들려고합니다. 도전의 매개 변수 : 함수는 'barbarian'을 반환 한 줄에 2 자만 최대 40 줄 뚱뚱한 화살표를 사용하여 내 기능을 선언하려고하지만 팻 화살표가 연결되어 있지 않으면 작동하지 않는 것 같습니다. 도전의 근원 : https://www.codewars.com/kata/multi-line-task-plus-plus-hello-world 내 현재 작품 : f= ( )=> '\ b\ a\ r\ b\ …

13
비교 체인 확장
대부분의 언어와는 달리, 파이썬은 평가 a<b<c부울 비교에 반대가 실제로 세 개의 숫자를 비교, 수학에서 할 것처럼 a<b로를 c. 이것을 C (및 다른 많은 것)로 쓰는 올바른 방법은입니다 a<b && b<c. 이 도전에서, 당신의 임무는 파이썬 / 직관적 인 표현에서 다른 언어로 쓰여지는 방법으로 임의 길이의 비교 체인을 확장하는 것입니다. 명세서 …
9 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 

30
int 입력 n이 주어지면 n * reversed (n)을 출력하십시오.
정수가 주어지면 n출력하십시오.n * reversed(n) reversed(n)reverse의 자릿수 일 때 얻는 숫자입니다 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 최단 코드 승리! 리더 보드 코드 스 니펫 …
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 

7
코드 골프 조립 라인
참고 :이 과제는 실제 어셈블리 언어와 관련이 없습니다. Code-Golf Factory Inc. 의 책임자 인 특정 코드를 생성하려면 어셈블리 라인을 작성해야합니다. 오늘, 감독은 퀴네를 만들어달라고 부탁했습니다. 사양: 이 도전에서 목표는 그것의 적절한 하위 섹션이 또한 quine이되도록 quine을 작성하는 것입니다. 이것은 코드 골프이므로 (메인 프로그램의) 가장 적은 바이트가 이깁니다. 표준 허점은 금지되어 …

2
가장 보편적 인 단어
이 질문은 "Thing Explainer" 가 읽기 쉽고 재미 있기 때문에 작성되었습니다 . 문자, 숫자 및 이와 같은 것을 읽고 가져 와서 모든 단어 가이 세트의 일부인 경우 "#%|?반환 True / 1하는 "컴퓨터가하는 일"을 작성하십시오 . 모든 단어가 해당 세트의 일부가 아닌 경우 해당 단어의 일부가 아닌 단어를 리턴하십시오. 이 웹 …
9 code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.