«restricted-source» 태그된 질문

예를 들어 소스 코드에 숫자가없는 경우 문제를 해결하는 데 사용되는 소스 코드에 제한을 둡니다.

29
접두사 코드입니까?
정보 이론에서 "접두사 코드"는 다른 키의 접두사가없는 사전입니다. 다시 말해, 이는 어떤 문자열도 다른 문자열로 시작하지 않음을 의미합니다. 예를 들어 {"9", "55"}접두사 코드이지만 {"5", "9", "55"}그렇지 않습니다. 이것의 가장 큰 장점은 인코딩 된 텍스트를 구분 기호없이 기록 할 수 있으며 여전히 고유하게 해독 할 수 있다는 것입니다. 이것은 항상 최적의 …

4
ASCII 분할
ASCII와 개행 문자로 인쇄 가능한 95 개의 문자가 주어지면 48 개의 문자 그룹 (이하 그룹 A와 그룹 B) 으로 나눕니다 . 두 그룹간에 일대일 매핑 을 선택합니다 (완전한 재량). 즉, A매핑 할 수 a및 반대 반대하지만, A또한에 매핑 할 수 >그건 당신이 프로그램을 위해 필요하다면, 반대 및 부사장. ASCII를 두 …

5
왼손 vs. 오른손 — 타이피스트 도전
당신의 임무는 키보드의 양쪽을 서로 맞대고 같은 언어로 출력하는 표준 키보드의 왼쪽에있는 키만을 Pollinium milk; plump pumpkin; lollipop?사용하고 다른 하나는 출력하는 오른쪽에있는 키를 사용하여 두 개의 프로그램 을 작성하는 것입니다. Weatherheaded sweetheart haberdasheress!. 규칙 왼쪽 프로그램에 허용되는 정확한 키는 다음과 같습니다. 123456!@#$%^QWERTYqwertyasdfghASDFGH`zxcvb~ZXCVB 그리고 오른쪽 프로그램 : 7890-=&*()_+uiop[]UIOP{}jkl;'\JKL:"|nm,./NM<>? 솔루션 중 하나 …

3
OOP : 겹치는 지향 프로그래밍
코드 골프에 적합한 것으로 알려진 덜 알려진 프로그래밍 패러다임 중 하나는 OPP (Overlapping Oriented Programming) *입니다. 부분적으로 동일한 코드를 작성할 때 단순히 동일한 부분을 겹치고 두 개의 원래 코드 행이 시작되는 방식을 기억하여 많은 바이트를 절약 할 수 있습니다. 당신의 작업은 두 작성하는 것입니다 중복의 프로그램 또는 기능 compress및 decompress다음과 …

16
이것은 바이트에 대한 일종의 도전입니다.
나는 punny 이름의 생각을 멈춰야한다 당신의 임무는 가능한 한 많은 스 니펫 (입력 및 출력 내장 프로그램), 함수 또는 전체 프로그램을 작성하여 언어의 정수 배열 버전이 오름차순으로 정렬되어 있지만 각 프로그램마다 허용됩니다. 이전 프로그램에서 사용되지 않은 ASCII 문자 (또는 ASCII가 아닌 언어로 직접 지정된 경우 언어 코드 페이지)의 문자를 사용합니다. …

6
Tarzan의 올림픽 덩굴 스윙 루틴 점수
올림픽 덩굴 스윙 어는 표준 나무에서 일상을 수행합니다. 특히 표준 트리 n에는 0이 아닌 각 정점 을 그 아래 정점 에 연결하는 0위쪽 n-1및 모서리 a정점이 n % a있습니다. 예를 들어 표준 트리 5는 다음과 같습니다. 3 | 2 4 \ / 1 | 0 5를 3으로 나눈 나머지는 2이고, …
32 code-golf  math  number  number-theory  code-golf  code-golf  restricted-source  programming-puzzle  css  code-golf  parsing  code-golf  random  encryption  code-golf  ascii-art  fractal  code-golf  math  code-golf  sorting  graph-theory  path-finding  permutations  code-golf  tetris  code-golf  card-games  code-golf  math  sequence  rational-numbers  code-golf  chess  code-golf  string  geometry  grid  code-golf  ascii-art  grid  code-golf  sequence  integer  code-golf  math  number-theory  packing  polyomino  code-golf  math  code-golf  string  quine  permutations  code-golf  math  code-golf  image-processing  optical-char-recognition  code-golf  string  kolmogorov-complexity  sequence  integer  code-golf  number  permutations  palindrome  code-golf  kolmogorov-complexity  code-golf  number  sequence  string  fewest-operations  code-golf  string  kolmogorov-complexity  sequence  primes  code-golf  string  ascii-art  code-golf  string  number  alphabet  code-golf  counting  code-golf  number  sequence  number-theory  primes  code-golf  subsequence  word-search 

30
2의 거듭 제곱의 합
도전 x여기에 정수 입력 이 주어지면 합이 주어지면 1 <= x <= 2552의 거듭 제곱의 결과를 반환하십시오 x. 예 주어진 입력 : 86 프로그램은 다음을 출력해야합니다 : 64 16 4 2 입력: 240 산출: 128 64 32 16 입력: 1 산출: 1 입력: 64 산출: 64 합계에 특정 2의 거듭 …
31 code-golf  binary  code-golf  sequence  integer  chess  code-golf  number  arithmetic  matrix  code-golf  code-golf  combinatorics  grid  set-partitions  code-golf  array-manipulation  graph-theory  code-golf  number  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  3d  code-challenge  restricted-source  printable-ascii  code-golf  board-game  code-golf  geometry  grid  code-golf  word-puzzle  code-golf  matrix  sorting  code-golf  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  code-golf  decision-problem  code-golf  math  number  arithmetic  restricted-source  code-golf  code-golf  number  integer  matrix  code-golf  date  code-golf  matrix  code-golf  sequence  combinatorics  chemistry  code-golf  array-manipulation  popularity-contest  code-golf  code-golf  natural-language  code-golf  number  integer  sorting  substitution  code-golf  string  number  date  encode  code-golf  decision-problem  code-golf  string  subsequence  code-golf  string  alphabet  code-golf 

9
뒤틀린 "Hello world!"
당신의 직업은 매우 간단 Hello, world!합니다 Twister!. 인쇄하는 프로그램을 작성하십시오 . 줄이 꼬이는 방법 비틀림 알고리즘은 매우 간단합니다. 각 열은 색인에 의해 아래로 이동합니다 (col 0은 0 아래로 이동하고 col 1은 1, ...로 이동합니다). 열 이동이 맨 위로 줄 바꿈됩니다. 그것은 다음과 같습니다. a ba cba ---- cba cb c …

6
미러 레벨을 출력하는 프로그램 작성
95 개의 인쇄 가능한 ASCII 문자가 있습니다 : !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ 에서 Consolas 폰트 (스택 교환 코드 블록 기본값), 일부 문자는 대칭의 수직 축을 중심으로 거울을 가지고 : 이 문자 쌍은 서로의 거울입니다. () [] {} <> /\ 이 캐릭터들은 그들 자신의 거울입니다 : ! "'*+-.8:=AHIMOTUVWXY^_ovwx|(공간은 하나입니다.) 이들은 거울이 없습니다 : #$%&,012345679;?@BCDEFGJKLNPQRSZ`abcdefghijklmnpqrstuyz~ …

30
숫자를 13으로 나눌 수 있는지 확인 (13 자체를 사용하지 않고) [닫힘]
주어진 숫자를 13으로 나눌 수 있으면 "예"를 출력하고 그렇지 않으면 "아니오"를 출력하는 함수 또는 프로그램을 작성하는 것이 문제입니다. 규칙 : -어디에서나 13 번을 사용할 수 없습니다. -13에 대한 cop-out 동의어가 없습니다 (예 : 15-2 사용). -계수를 사용하지 않으면 보너스 포인트가 부여되고, 나누기를 사용하지 않으면 추가 보너스가 제공됩니다. 득점 : -점수는 …

3
원시성 테스트 공식
목표는 주어진 숫자 n가 가장 적은 바이트에서 소수 인지 결정하는 것입니다 . 그러나 코드는 숫자로만 구성된 단일 Python 2 표현식 이어야합니다. 연산자 입력 변수 n 정수 상수 괄호 루프 없음, 할당 없음, 내장 함수 없음, 위에 나열된 것만. 네 가능합니다. 연산자 다음 은 산술, 비트 및 논리 연산자를 포함 하여 …

12
Quine Suite 작성
우리는 많은 quine 도전을 받았지만 많은 quine 형식은 비슷하며 quine에 약간의 차이를 만들 수 있습니다. 귀하의 작업은 동일한 언어 (최소 2 개)로 선택한 프로그램을 작성하는 것입니다.이 프로그램은 모두 자체 소스 코드를 출력하지만이 프로그램 중 어느 것도 문자를 공유 할 수 없습니다. 예를 들어 다음을 사용하여 프로그램을 만드는 경우 : printf+qw(printf+qw(%s)x2)x2 …

30
ASCII 삼각형
당신의 임무는 ASCII 삼각형을 인쇄하는 프로그램이나 함수를 작성하는 것입니다. 그들은 다음과 같이 보입니다 : |\ | \ | \ ---- 프로그램은 n제약 조건 이있는 단일 숫자 입력을 0 <= n <= 1000받습니다. 위 삼각형의 값은 n=3입니다. ASCII 삼각형에는 n백 슬래시 ( \) 및 세로 막대 ( |), n+1선 및 대시 …
30 code-golf  ascii-art  code-golf  rubiks-cube  code-golf  path-finding  maze  regular-expression  code-golf  math  rational-numbers  code-golf  kolmogorov-complexity  graphical-output  code-golf  tips  code-golf  string  permutations  code-golf  sorting  base-conversion  binary  code-golf  tips  basic  code-golf  number  number-theory  fibonacci  code-golf  date  code-golf  restricted-source  quine  file-system  code-golf  code-golf  math  code-golf  ascii-art  code-golf  math  primes  code-golf  code-golf  math  matrix  code-golf  string  math  logic  factorial  code-golf  palindrome  code-golf  quine  stateful  code-golf  interactive  code-golf  board-game  code-golf  math  arithmetic  code-golf  string  code-golf  math  matrix  code-golf  math  abstract-algebra  polynomials  code-golf  date  code-golf  string  array-manipulation  sorting  code-golf  game  code-golf  string  code-golf  ascii-art  decision-problem  code-golf  number  sequence  code-golf  code-golf  code-golf  sequence  fibonacci  code-golf  math  geometry  random  code-golf  code-golf  math  decision-problem  fractal  rational-numbers  code-golf  number  number-theory  code-golf  combinatorics  permutations  card-games  code-golf  math  sequence  array-manipulation  fibonacci  code-golf  sequence  decision-problem  graph-theory  code-golf  ascii-art  parsing  lisp  code-golf  string  math  natural-language  logic  code-golf  math  logic  code-golf  string  alphabet  code-golf  string  code-golf  string 

8
깨지기 쉬운 Quine
깨지기 쉬운 Quine 깨지기 쉬운 퀴는 평가할 때 단일 문자를 제거하여 만든 각 하위 문자열을 갖는 속성을 만족시키는 퀴니로, 오류가 발생합니다. 예를 들어. 프로그램 asdf이 퀴인 경우 프로그램 이 깨지기 쉬운 경우 다음 프로그램에서 오류가 발생해야합니다. sdf adf asf asd 프로그램과 모든 하위 문자열은 완전히 결정적이어야하며 동일한 언어 여야합니다. 결국 …
30 code-golf  quine  code-golf  date  code-golf  sequence  code-golf  sorting  file-system  code-golf  code-golf  ascii-art  hexagonal-grid  code-golf  string  arithmetic  code-golf  code-golf  code-challenge  source-layout  code-golf  ascii-art  cellular-automata  code-golf  string  arithmetic  balanced-string  code-golf  number  primes  code-golf  ascii-art  hexagonal-grid  code-golf  string  code-golf  string  code-golf  sequence  code-golf  ascii-art  code-golf  conversion  hexadecimal  code-challenge  restricted-source  code-golf  math  grid  code-golf  string  ascii-art  code-golf  random  minesweeper  code-golf  ascii-art  kolmogorov-complexity  board-game  scrabble  code-golf  ascii-art  code-golf  math  number-theory  decision-problem  code-golf  string  code-golf  natural-language  code-golf  internet  stack-exchange-api  code-golf  code-golf  conversion  code-golf  string  code-golf  math  arithmetic  code-golf  string  whitespace  code-golf  graphical-output  internet  code-golf  string  code-golf  string  random  permutations  code-golf  string  code-golf  string 

12
컴퓨터 과학의 선구자에게 인사
1942 년 또는 그 이전 에 태어난 유명한 컴퓨터 과학자 또는 컴퓨터 과학 개척자 를 선택하십시오 (1943 년이 '첫 번째'컴퓨터 의 시작을 나타냄). 그들은 Wikipedia 페이지 또는 생년월일을 나열하고 그들의 업적이 컴퓨터 과학과 어떤 관련이 있는지를 알려주는 다른 사이트를 가져야합니다. 다른 사람과 동일하게 선택할 수 있지만 새로운 사람을 선택하는 것이 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.