«string» 태그된 질문

문자열 사용법과 조작을 통해 특정 문제를 해결하기위한 경쟁.

30
똑똑한 사람의 신기루
옛날 옛적에, 나는 Quora 에서이 질문 / 답변을 읽고있었습니다. FizzBuzz 테스트를 통과 할 수없는 컴퓨터 공학 학위를 가진 프로그래머가 있습니까? 이 코드는 명백한 답변으로 제공됩니다 for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: …
29 popularity-contest  code-challenge  word  popularity-contest  string  grid  language-design  code-golf  source-layout  math  fastest-algorithm  assembly  code-golf  json  code-golf  arithmetic  array-manipulation  code-golf  ascii-art  code-golf  crossword  code-golf  string  restricted-complexity  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  decision-problem  balanced-string  syntax  code-golf  grid  puzzle-solver  hexagonal-grid  code-golf  math  number  sequence  code-golf  string  decision-problem  code-golf  cryptography  king-of-the-hill  code-challenge  fastest-code  code-golf  number  code-golf  code-golf  string  code-golf  cryptography  king-of-the-hill  java  code-golf  number-theory  base-conversion  code-golf  code-golf  array-manipulation  code-golf  array-manipulation  sorting  code-challenge  restricted-source  quine  code-golf  tips  python  king-of-the-hill  code-golf  source-layout  fractal  code-golf  tips  game  king-of-the-hill  path-finding  grid  code-golf  kolmogorov-complexity  natural-language  code-golf  tips  python  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  number  combinatorics  random  integer-partitions  code-golf  string  code-golf  vim  comment  code-golf  combinatorics  counting  code-challenge  rosetta-stone  code-golf  combinatorics  sequence  subsequence  code-golf  code-challenge  restricted-source  primes  printable-ascii  popularity-contest  graphical-output  image-processing 

13
몇 개의 지미가 맞을 수 있습니까?
에서 이 간단하지만 재미있는 도전 , 당신은 지미가 자신의 플랫폼으로 떨어질 것입니다 있는지 확인했다. 지미 세 신체 부위를 갖고 /, o그리고 \이와 같이 배치 /o\ 플랫폼은로 표시됩니다 -. 지미는 플랫폼 바로 위에 있지 않은 두 개 이상의 신체 부위가있는 경우 플랫폼에서 떨어집니다. 몇 가지 예 : /o\ - ------- 지미는 …
29 code-golf  string 

19
열 회전
정수 k 와 텍스트 블록 또는 내부 배열의 길이가 같지 않은 (텍스트 블록과 유사한) 2d 배열이 주어지면 k 번째 열의 모든 문자 또는 요소를 다음 위치로 위 또는 아래로 회전 존재합니다. 예 다음 텍스트의 20 번째 열을 회전합니다 (1 기반). A line with more than k characters. A longer line …

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 

29
아나그램을 출력하십시오! 아니 아니야!
서로의 아나그램 인 고유 한 문자열 목록이 제공되면 목록의 각 단어와 다른 단어의 아나그램을 출력합니다. 문자열은 영숫자이며 유효한 아나그램이 보장됩니다. 프로그램이나 함수는 비 결정적 일 필요는 없지만 동일한 입력이 주어지면 코드를 여러 번 실행하면 가능한 모든 출력이 유효한 한 다른 출력을 생성 할 수 있습니다. 테스트 사례 [Input] -> Possible …

30
'abc'와 'cba'
당신의 작업은 간단합니다. 한 언어로 'abc'실행될 때 문자열 만 출력 하고 다른 언어로 실행될 때 문자열 만 출력하는 단일 코드 스 니펫을 작성하십시오 'cba'. 프로그램은 입력하지 않아야합니다. 이것은 코드 골프 도전입니다.

1
텍스트의 철자 오류를 세십시오. 코드에서 철자 오류 수를 최소화
두 가지 입력을받는 프로그램이나 함수를 작성하십시오. 문자 메시지 이 Github 파일에 나타나는 영어 사전 (약 60000 단어 포함) 메시지의 철자 오류 수를 출력합니다 (정의 및 테스트 사례는 아래 참조). 프로그램에서 찾을 수있는 미리 정의 된 파일, 코드의 하드 코딩 된 데이터 또는 기타 합리적인 방법으로 사전을 함수의 매개 변수로받을 수 …

30
편지 실행 연장
비어 있지 않은 소문자 ASCII 문자 a-z문자열이 제공되면 같은 문자의 연속 된 "실행"이 해당 문자의 사본 하나 이상으로 늘어난 문자열을 출력합니다. 예를 들어 dddogg( 3 d , 1 o , 2 g )가 ddddooggg( 4 d , 2 o , 3 )으로 바뀝니다 g. 이것은 코드 골프입니다 . 바이트 단위의 …
28 code-golf  string 

28
요소 별 문자열 곱셈
이 도전에 영감을 받아 (제목에 @cairdcoinheringaahing!), 두 가지 인쇄 가능한 ASCII 문자열을 가져 와서 다음 규칙에 따라 요소별로 곱하는 것입니다. 어떻게 작동합니까? 두 개의 문자열 (예 : split및 isbn)이 주어지면 먼저 길이가 같은 긴 문자열을 자른 다음 ASCII 코드 를 결정하십시오 . split -> spli -> [115, 112, 108, 105] …

11
대소 문자 구분 문자열로 더 재미있게
이 도전에서 영감을 얻거나보다 구체적으로 잘못 읽음으로써 다음과 같은 도전에 직면하게됩니다. 입력 문자열 S가 주어지면 모든 대문자와 모든 소문자의 순서를 반대로 바꿉니다. 문자 이외의 문자는 모두 그대로 두십시오. 예를 들어 : 대문자 W(첫 번째 대문자)가 H(마지막) 으로 바뀌 었습니다 . 소문자도 마찬가지입니다. 'd'(첫 번째)가 e(마지막)으로 l바뀌고 , (second)가 l(pen-ultimate) 로 …
28 code-golf  string 

30
ABC만큼 쉬운
입력 대부분의 각 글자 중 하나가 들어있는 문자열 A, B등을 C. 그들은 어떤 순서로든있을 수 있습니다. 빈 문자열은 유효한 입력입니다. 참고 : 이 챌린지의 이전 버전은 문자 LEJ대신 문자 를 사용했으며 ABC원하는 경우 계속 사용할 수 있습니다. 산출 의 문자열 A, B, C입력에 존재하지 않는 문자. 그들은 어떤 순서로든있을 수 …

9
M 및 S 문자로 구성된 ASCII 아트 창 감지
윈도우는 홀수 변이 길이가 3 이상이고 가장자리에 단일 문자 테두리가 있고 가운데에 세로 및 가로 선이있는 ASCII 아트 사각형입니다. ####### # # # # # # ####### # # # # # # ####### MS Window는 테두리가 문자 M및 로만 구성된 창 S입니다. 작업은 문자열을 가져 와서 입력이 유효한 MS …

20
페어링 가능한 문자열
문자열을 서브 트레이 로 분할 할 수있는 경우 쌍 을 지정할 수 있습니다. 각 문자열은 연속적으로 두 번 반복되는 문자열입니다. 예를 들어, aabaaababbbaba다음과 같이 페어링 가능합니다. aaba aaba b b ba ba 비어 있지 않은 문자열과 a의 문자열이 주어지면 b쌍을 이룰 수있는 경우 Truthy 값을 출력하고 그렇지 않으면 Falsey 값을 …

7
Decipher Neurotic Frogs
Decipher Neurotic Frogs Puzzling.SE가 마침내 양서류에 집착 한 암호 를 해독했습니다. 암호 해독을위한 프로그램이나 함수를 작성해 봅시다! (퍼즐을 망치기 전에 퍼즐을 보려면 위의 링크를 클릭하십시오.) 암호의 작동 방식 신경 개구리에서 O ught으로 REL 에서 X M UD 온천 (줄여서 "신경 개구리가"), 모든 문자가 하나 개 또는 두 개의 단어로 암호화되어 …

23
끈 거리
도전 모두 소문자 문자열 [a-z]을 입력하면 문자 사이의 총 거리를 출력합니다. 예 Input: golf Distance from g to o : 8 Distance from o to l : 3 Distance from l to f : 6 Output: 17 규칙 금지 된 표준 허점 이것은 코드 골프입니다 -가장 짧은 대답은 바이트입니다. 알파벳은 …

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