«cops-and-robbers» 태그된 질문

두 개의 적대 (그리고 비대칭적인) 하위 도전으로 구성되는 도전.


30
이 정수 시퀀스를 인쇄하는 프로그램을 찾으십시오 (고무 스레드)
이것은 강도의 실입니다. 경찰의 실이 여기 로갑니다 . 경찰 스레드에서 작업은 양수 (또는 음수가 아닌) 정수를 사용하고 다른 숫자 (필수 정수일 필요는 없음)를 출력 / 반환하는 프로그램 / 함수를 작성하는 것이 었습니다. 강도 작업은 경찰이이 결과물을 산출하는 데 사용한 코드를 해독하는 것입니다. 크랙 코드는 길이가 동일하고 노출 된 문자가 올바른 …

19
삼각법 프로그램을 유효하게하십시오
Triangularity 는 Mr. Xcoder 가 개발 한 새로운 esolang 으로 코드 구조는 매우 특정한 패턴을 따라야합니다. 세 n번째 코드 줄 2n-1에는 프로그램의 문자 가 정확히 있어야 합니다. 이로 인해 삼각형 / 피라미드 모양이 발생합니다. 첫 번째 줄에는 문자가 하나만 있고 나머지는 2 씩 증가합니다. 각 줄은 .왼쪽과 오른쪽에 s 로 …
19 code-golf  string  code-golf  combinatorics  code-golf  math  number  code-golf  matrix  code-golf  string  decision-problem  code-golf  internet  code-golf  number  number-theory  integer  expression-building  code-challenge  primes  cops-and-robbers  obfuscation  code-challenge  primes  cops-and-robbers  obfuscation  code-golf  string  balanced-string  code-golf  quine  code-generation  code-golf  matrix  code-golf  tips  c#  code-golf  ascii-art  code-golf  ascii-art  source-layout  code-golf  quine  source-layout  popularity-contest  language-design  code-golf  array-manipulation  subsequence  code-golf  matrix  math  code-challenge  game  graph-theory  atomic-code-golf  code-golf  number  integer  polynomials  equation  code-golf  array-manipulation  sorting 

29
경찰과 강도 : 수정 된 우선 순위 (Cops 'Thread)
이 도전은 원래 Magic Octopus Urn에 의해 샌드 박스되었습니다. 나는 그의 허락을 받아 그것을 채택했다. 이것이 경찰의 실입니다. 강도의 실이 여기 있습니다 . 도전 1 단계 : 우선 순위 를 검사하는 코드 (함수 또는 전체 프로그램)를 작성하십시오 . 2 단계 : 문자를 기호로 바꾸어 코드 조각을 제거하십시오 █. 3 단계 …

14
비밀 스와핑 시퀀스 찾기
이것은 경찰과 강도 도전, 강도 스레드는 여기 에서 찾을 수 있습니다 . 귀하의 작업은 OEIS 시퀀스를 출력하고 코드의 시퀀스 이름 ( A______)을 포함하고 코드 의 시퀀스 이름이 두 번째 시퀀스의 이름으로 변경 될 때 별도의 두 번째 시퀀스를 출력하는 일부 코드를 작성 하는 것입니다. 다음은 Haskell의 예이며 A000217 및 A000290에 …

8
역 삽입 정렬
객관적인 삽입 정렬 이 정렬 을 수행 하는 동작에서 원래 스크램블 목록을 생성하십시오 . 원본 목록 에는 입력의 크기 인 모든 숫자가 포함 0됩니다 N-1(포함) N. 입력 목록을 정렬하는 데 필요한 이동이 포함 된 목록입니다. 각 값은 원래 (스크램블 된) 숫자로 대체 된 슬롯의 양이 올바른 위치에 있음을 나타냅니다.이 프로세스는 …
19 code-golf  array-manipulation  code-golf  code-golf  animation  code-golf  restricted-source  code-golf  java  code-golf  decision-problem  graph-theory  code-golf  conversion  electrical-engineering  code-golf  ascii-art  code-golf  string  substitution  code-golf  math  code-golf  string  set-theory  code-golf  code-golf  compile-time  code-golf  kolmogorov-complexity  binary  code-golf  sequence  cops-and-robbers  code-golf  subsequence  card-games  code-golf  sequence  primes  code-golf  code-golf  number  graphical-output  music  code-golf  ascii-art  code-golf  string  lambda-calculus  code-golf  string  code-generation  code-golf  unicode  code-golf  math  combinatorics  code-golf  balanced-string  code-golf  sequence  cops-and-robbers  code-golf  sequence  cops-and-robbers  code-challenge  fastest-code  chess  code-golf  math  graphical-output  code-golf  string  hello-world  animation  code-golf  number  arithmetic  code-golf  integer  code-golf  code-golf  combinatorics  code-golf  kolmogorov-complexity  graphical-output  code-golf  string  code-golf  code-golf  game  code-golf  math  combinatorics  code-golf  ascii-art  popularity-contest  random  code-golf  arithmetic  number-theory  integer  code-golf  tips  underload  code-golf  math  sequence  primes  code-golf  math  path-finding  code-golf  ascii-art  primes  code-golf  kolmogorov-complexity  alphabet 

5
더 단단한 물체 또는 부드러운 물체가 있습니까
What-If 책의 개봉에서 영감을 얻었습니다. 입력은 #내부에 객체가있는 문자열, 문자열 목록 등의 공백 사각형입니다 . ######## # # ######## ### #### ### #### ### 개체는 항상 교차하지 않고 비 터치 사각형입니다. 부드러운 객체는 #중간에의으로 채워지지 않고 경계 일 뿐인 객체로 정의되며 , 단단한 객체는 채워진 객체입니다. 폭이나 높이를 가진 물체 …
19 code-golf  ascii-art  counting  code-golf  number  grid  decision-problem  chess  code-golf  grid  graph-theory  chess  code-golf  math  geometry  code-golf  arithmetic  roman-numerals  fastest-code  code-golf  math  geometry  code-golf  string  cryptography  code-golf  number  sequence  decision-problem  code-golf  string  parsing  c  code-golf  sorting  integer  code-golf  number  sequence  rational-numbers  graphical-output  atomic-code-golf  assembly  box-256  code-golf  geometry  tips  python  code-golf  number  sequence  arithmetic  number-theory  code-golf  ascii-art  kolmogorov-complexity  geometry  code-golf  graphical-output  code-golf  math  code-golf  grid  cellular-automata  game-of-life  code-golf  string  subsequence  code-golf  arithmetic  rational-numbers  code-golf  tips  dc  code-golf  ascii-art  kolmogorov-complexity  date  code-golf  string  primes  code-golf  string  natural-language  conversion  code-golf  sequence  code-golf  number-theory  primes  base-conversion  code-golf  math  primes  base-conversion  code-golf  ascii-art  fractal  code-golf  matrix  code-golf  math  tips  geometry  python  string  code-challenge  keyboard  code-golf  graphical-output  code-golf  string  code-golf  number  sequence  cops-and-robbers  number  sequence  cops-and-robbers 

20
건초 더미에서 바늘 찾기 (고무)
이것은 경찰과 강도 도전의 일부입니다 . 경찰 부분은 여기 로가 강도의 도전 Haystack 프로그램에서 문자의 하위 집합을 제거하여 경찰의 답변을 해독하여 Needle대신 Haystack동일한 언어로 유효한 제출을하는 대신 출력 할 수 있습니다. 위의 제약 조건에 의해 유효한 한 경찰이 의도 한 것과 정확히 동일한 솔루션을 찾을 필요는 없습니다. 이를 관리하는 경우 …

5
코드 브레이커 및 코드 라이터
텍스트가 있는데 친구에게 보내려고하지만 다른 사람이 읽지 않기를 원한다고 가정 해 봅시다. 아마 당신과 당신의 친구 만 읽을 수 있도록 암호화하고 싶다는 의미 일 것입니다. 그러나 문제가 있습니다. 귀하와 귀하의 친구는 암호화 방법에 동의하는 것을 잊어 버렸습니다. 메시지를 보내면 해독 할 수 없습니다! 이것에 대해 잠시 동안 생각한 후에, 메시지와 …

30
강도-제곱 시간 제곱근
작업 : 정수 n의 제곱근에 제곱을 곱하기 위해 스크램블 된 코드를 해독하십시오 ! 당신은 그것을 크래킹 했다는 것을 분명히 언급하면서, 당신의 작업 소스에 대한 링크와 함께 경찰 스레드에 코멘트를 게시해야 합니다 . 답변 제목에 원래 답변에 대한 링크를 포함시켜야합니다. 규칙 : 원본 소스의 문자 순서 만 변경할 수 있습니다. 안전한 …

15
중요한 공백 : 강도
이것은 경찰과 강도 도전의 일부입니다. 경찰 부분은 여기 로가 이 과제의 목적을 위해, 우리는 정의 할 것이다 공백 으로 만 줄 바꿈 (0x0A)과 공간 (가 0x20). 대부분의 언어와 정규 표현식은 ASCII 문자의 내부와 외부에서 많은 다른 문자를 공백으로 간주하므로 해당 내장 기능을 사용하지 못할 수 있습니다. 강도의 도전 경찰의 대답은 …

17
PPCG Jeopardy : 강도
사이트를 얼마나 잘 알고 있습니까? 알아 보자. 이것은 경찰과 강도 도전입니다. 경찰의 실 . 강도로서 다음을 수행해야합니다. 경찰의 제출과 일치하는 삭제되지 않은 비공개 도전을 찾습니다. 도전 과제에는 경찰과 강도 , 인기 경연 대회 , 코드 트롤링 , 미성년자 , 바쁜 비버 , 킹 오브 힐 , 팁 , 답변 체인 …

28
짜여진 소스 코드 찾기 (Cops)
이것이 경찰의 실입니다. 강도의 실을 보려면 여기 로 이동 하십시오 . 소개 이 경찰 / 로버 도전에, 경찰은 출력 생산 프로그램을 작성하고 함께 짜다 것입니다. 원하는 출력을 만들기 위해 경찰의 프로그램을 분리하는 것이 강도의 일입니다. 경찰 규칙 경찰은 총 256 바이트를 사용하여 2 ~ 8 (포함) 프로그램 사이에 쓸 수 …

30
사라지는 요소
문자열 S과 인덱스 목록이 제공 되면의 결과를 새 값으로 사용하면서의 각 인덱스에서 요소를 제거하여 X수정 S하십시오 .SS 예를 들어 given S = 'codegolf'및 X = [1, 4, 4, 0, 2], 0 1 2 3 4 5 6 7 | c o d e g o l f | Remove 1 …
17 code-golf  string  array-manipulation  code-golf  string  ascii-art  code-golf  number  sequence  pi  code-golf  number  array-manipulation  code-golf  string  ascii-art  code-golf  math  number  game  code-golf  math  sequence  polynomials  recursion  code-golf  math  number  sequence  number-theory  code-golf  permutations  balanced-string  code-golf  string  ascii-art  integer  code-golf  decision-problem  hexagonal-grid  code-golf  ascii-art  kolmogorov-complexity  code-golf  number  code-golf  matrix  binary-matrix  code-golf  math  statistics  code-golf  string  polyglot  code-golf  random  lost  code-golf  date  path-finding  code-golf  string  code-golf  math  number  arithmetic  number-theory  code-golf  tetris  binary-matrix  code-golf  array-manipulation  sorting  code-golf  number  code-golf  array-manipulation  rubiks-cube  cubically  code-golf  grid  optimization  code-golf  math  function  code-golf  string  quine  code-golf  ascii-art  grid  code-golf  decision-problem  grid  simulation  code-golf  math  sequence  code-golf  path-finding  code-golf  ascii-art  grid  simulation  code-golf  number  whitespace  code-golf  sequence  code-golf  sequence  code-golf  sequence  integer  code-golf  math  game  code-golf  internet  stack-exchange-api  code-golf  sequence  code-golf  internet  stack-exchange-api  code-golf  math  factoring  code-challenge  sequence  polyglot  rosetta-stone  code-golf  string  browser  code-golf  date  code-golf  base-conversion  code-challenge  cops-and-robbers  hello-world  code-golf  cops-and-robbers  hello-world 

25
간단한 패턴
입력 : 선택한 입력 형식의 두 개의 단일 자릿수 ( m및 n) 및 두 자릿수 ( a및 b)를 입력하십시오. 산출: 연습을 위해 척하십시오 m=2, n=5, a='a', b='b'. 출력은 4 개의 입력으로 구성된 문자열입니다. resultvalue를 사용 하여 문자열을 호출 해 봅시다 "". 첫째, CONCATENATE a위에 result m배, CONCATENATE 그래서 a위에 result …
17 code-golf  string  code-golf  arithmetic  code-golf  string  array-manipulation  rubiks-cube  code-golf  math  number  code-golf  tips  bash  code-golf  ascii-art  music  code-golf  arithmetic  code-golf  math  number  arithmetic  integer  code-golf  number  array-manipulation  code-golf  geometry  grid  set-partitions  code-golf  math  number  code-golf  combinatorics  code-golf  regular-expression  code-golf  permutations  code-golf  ascii-art  code-golf  number  array-manipulation  matrix  code-golf  kolmogorov-complexity  compile-time  cops-and-robbers  polyglot  cops-and-robbers  polyglot  code-golf  string  code-golf  string  ascii-art  matrix  animation  code-golf  ascii-art  code-golf  string  balanced-string  code-golf  integer  integer-partitions  expression-building 

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