«primes» 태그된 질문

소수 식별 및 조작에 대한 문제

13
과거 프라임의 추억
소수의 고려 P 베이스 (10)에 기록, 메모리 의 페이지가 엄격하게 구별 소수 이하의 개수로 정의된다 , P 의 문자열로 포함되는 P . 도전 음이 아닌 정수 주어진 N 입력으로서, 가장 작은 소수 발견 P 되도록 p는 메모리 갖는 N을 . 즉, 정확히 n 개의 별개의 소수를 하위 문자열로 사용 하여 …

30
가장 가까운 소수를 반환
도전 이것은 간단한 것입니다. 최대 1,000,000의 양의 정수가 주어지면 가장 가까운 소수를 반환하십시오. 숫자 자체가 소수이면 해당 숫자를 반환해야합니다. 제공된 숫자와 똑같이 두 개의 소수가 있으면 둘 중 더 낮은 값을 반환하십시오. 입력은 단일 정수 형식이며 출력도 정수 형식이어야합니다. 난 상관 없어 얼마나 오래 작동, 당신은 입력 (기능, STDIN 등)에 …
33 code-golf  primes 

11
정수 인코딩
양의 정수가 주어 n > 2졌습니다. 다음과 같이 배열로 변환합니다. 2빈 배열 을 반환하는 것과 같다면 그렇지 않으면 n오름차순으로 정렬 된 모든 소수 요소의 배열을 만든 다음 각 요소를 소수 시퀀스의 인덱스로 바꾸고 마지막으로 각 요소를 배열로 변환 예를 들어 숫자 46를 배열 로 변환 합니다. 먼저, 주요 요소 배열로 …

8
공동 프라임 이웃 없음
양의 정수 목록이 주어지면 인접한 모든 정수 쌍이 소수를 공유하는지 여부를 출력합니다. 즉, 출력 truthy 경우에만 경우 에는 목록에서 인접한 두 정수가 공동 프라임 없습니다. 또 다른 관점에서 : 양의 정수리스트로부터 [A 1 2 ... N ] , 출력 여부를 gcd (a 1 , a 2 )> 1 && gcd …

17
트위스트가있는 가장 작은 프라임 (A068103)
주어진 과제는 숫자가 주어지면 숫자 의 시작 부분에 AT LEAST 로 n시작하는 가장 작은 소수를 찾습니다 . 이것은 OEIS에서 찾은 시퀀스입니다 ( A068103 ). n2 시퀀스의 처음 17 숫자는 아래에 나와 있습니다. 더 많은 것을 원한다면 실제로 시퀀스를 구현해야합니다. 0 = 2 1 = 2 2 = 223 3 = …

19
소수-1을 n으로 나눌 수있는 n 번째 소수 찾기
문제 목표는 -1을 n으로 나눌 수 있도록 제목이 n 번째 소수를 찾는 것입니다. 설명 다음은 질문을 이해하기위한 예 입니다. 반드시 해결해야하는 것은 아닙니다. 그것은 단지 질문을 설명하는 방법으로 입력으로 3을 주면 먼저 모든 소수를 살펴볼 것입니다. 2 3 5 7 11 13 17 19 23 29 31 37 41 43 …

6
1, 2, 3, 14… 아니면 15입니까?
아일랜드 록 밴드 U2 의 잘 알려진 노래 는 가수 보노 (Bono)가 스페인어로 "1, 2, 3, 14"( " uno, dos, tres, catorce ")로 시작합니다. 있습니다 다양한 이론 그 숫자의 의미에 관해서는. 분명히 공식적인 설명 은 " 우리는 그날 밤 너무 많이 마셨다 "입니다. 그러나보다 흥미로운 가설이 있습니다. Bono는 OEIS의 정수 …

16
소수를 정의하는 다른 방법
소수에 대한 내가 가장 좋아하는 정의 중 하나는 다음과 같습니다. 2가 가장 작은 소수입니다. 2보다 큰 숫자는 작은 소수로 나눌 수없는 경우 소수입니다. 그러나이 정의는 임의의 것으로 보입니다. 왜 2입니까? 다른 번호는 왜 없습니까? 그럼 다른 숫자를 시도하여 n- 프라임을 정의합니다. n은 가장 작은 n- 프라임입니다. n보다 큰 숫자는 더 …

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 

14
배열 탈출-나가
어느 날 당신은 자신이 배열에 잡힌 것을 찾기 위해 깨어 있습니다. 한 번에 하나의 색인을 취해 나 가려고하지만 다른 규칙이있는 것 같습니다. 배열은 자연수로 완전히 채워집니다. index 자신을 찾으면 n다음을 array[n]제외하고 index로 이동합니다 . n소수 인 인덱스에 자신을 찾으면 array[n]뒤로 물러납니다. 예 : 4이 배열 에서 index로 시작합니다 (시작 색인은 …

20
파로는 배열을 섞는다
파로 셔플은 자주 "셔플"갑판에 마술사가 사용하는 기술입니다. 파로 셔플을 수행하려면 먼저 데크를 2 등반으로 자른 다음 2 반부를 인터리브하십시오. 예를 들어 [1 2 3 4 5 6 7 8] 파로가 섞여있다 [1 5 2 6 3 7 4 8] 이것은 여러 번 반복 될 수 있습니다. 흥미롭게도, 이것을 충분히 반복하면 …
31 code-golf  permutations  card-games  code-golf  graphical-output  random  code-golf  image-processing  color  code-golf  primes  code-golf  math  arithmetic  combinatorics  decision-problem  code-golf  sequence  number-theory  binary  code-golf  number-theory  set-theory  code-golf  hashing  code-golf  game  card-games  code-golf  ascii-art  code-golf  arithmetic  array-manipulation  jelly  code-golf  string  array-manipulation  code-golf  sorting  code-challenge  code-golf  number  date  binary  code-golf  arithmetic  code-golf  math  number  linear-algebra  polynomials  code-golf  ascii-art  code-golf  grid  decision-problem  code-golf  string  combinatorics  code-golf  string  kolmogorov-complexity  arithmetic  date  code-golf  number  data-structures  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  array-manipulation 

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

6
파이에서 프라임 찾기
프라임은 어디에나 있습니다 ... 그들은 파이 안에 숨어 3.141592653 58979 3238 462643 3832 795028841 971693993751 그 프라임을 얻자! 도전 integer 입력으로 주어지면 n>0첫 번째 n숫자 안에 몇 개의 소수가 숨겨져 있는지 확인하십시오.Pi 예 들어 n=3우리의 소수를 검색한다 [3,1,4]. 이 두 소수는 (3,31)코드를 출력한다, 그래서 2 를 들어 n=10, 처음 10 …
30 code-golf  math  primes  pi 

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 

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