«primes» 태그된 질문

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

23
주요 요인 찾기
이 작업에서는 숫자의 소인수를 계산하는 프로그램을 작성해야합니다. 입력은 자연수 1 <n <2 ^ 32입니다. 출력은 다음 형식의 숫자의 주요 요소 목록입니다. 지수는 1 인 경우 생략해야합니다. 소수만 출력하십시오. (입력이 131784라고 가정) : 131784 = 2 ^ 3 * 3 * 17 ^ 2 * 19 같은 양의 공백을 사용할 필요는 …

30
LITERALLY 프라임 인 프라임 테스트
지정된 숫자의 우선 순위를 테스트하고 출력을 부울 값으로 제공하는 프로그램을 작성하십시오 (True is prime). 귀하의 프라임 테스트는 숫자 1에 유효 할 수 있습니다 (그러나 반드시 그런 것은 아닙니다). 다음은 캐치입니다. 프로그램 자체는 소수입니다. 모든 문자 (공백 포함)를 해당 유니 코드 / ASCII 값 ( table )으로 변환하십시오. 그런 다음 모든 …

13
is_gaussian_prime (z)?
직무 a,b가우스 정수 z = a+ib(복소수) 를 나타내는 두 정수를 허용하는 함수를 작성하십시오 . 이 프로그램은 참 또는 거짓 여부에 따라 반환해야합니다 a+ibA는 가우스 주요 여부 . 정의: a + bi 다음 조건 중 하나를 충족하는 경우에만 가우스 소수입니다. a그리고 b모두 제로하고 a^2 + b^2소수 a0, |b|소수입니다|b| = 3 (mod …

23
ASCII 아트 팔각형
입력 integer가 주어지면 문자 n > 1로 구성된 측면 길이를 가진 ASCII 아트 팔각형을 출력하십시오 n. 아래 예를 참조하십시오. n=2 ## # # # # ## n=3 ### # # # # # # # # # # ### n=4 #### # # # # # # # # # …
22 code-golf  ascii-art  code-golf  geometry  code-golf  balanced-string  code-golf  cops-and-robbers  code-challenge  cops-and-robbers  code-golf  code-golf  random  cryptography  code-golf  array-manipulation  number  code-challenge  integer  code-golf  math  integer  code-golf  math  math  parsing  image-processing  test-battery  math  number  combinatorics  fastest-code  code-golf  code-golf  math  number-theory  rational-numbers  polynomials  code-golf  math  geometry  code-golf  code-golf  number-theory  primes  factoring  code-golf  restricted-source  code-golf  string  decision-problem  counting  code-golf  math  sequence  fibonacci  code-golf  array-manipulation  counting  code-golf  array-manipulation  number-theory  code-golf  array-manipulation  code-golf  random  code-golf  string  hexadecimal  code-golf  string  code-challenge  sorting  code-golf  number  floating-point  code-golf  sorting  code-golf  decision-problem  fibonacci  code-golf  number  combinatorics  code-golf  string  code-golf  math  code-golf  electrical-engineering  code-golf  javascript  code-golf  base-conversion  code-golf  array-manipulation  matrix  binary-matrix  code-golf  kolmogorov-complexity  python  perl  ruby  code-golf  number  code-golf  optimization  integer-partitions  code-golf  string  code-golf  ascii-art 

28
간단한 단어 래퍼 만들기
(참고 : 이것은 처음으로 코드 골프 질문이지만, 내가 알 수있는 한, 아무도 정확히 이것을하지 않았으므로 좋을 것입니다.) 당신의 임무는 문자열 s과 정수 를 취하고 n그 텍스트를 여러 줄로 감싸서 반환하거나 출력 하는 프로그램이나 함수를 만드는 것 입니다. 각 단어는 한 줄에 있어야합니다. 즉, 단어가 중간에 쪼개지지 않습니다. 각 줄은 더 …
22 code-golf  string  code-golf  string  parsing  apl  math  primes  integer  fastest-code  code-golf  math  primes  integer  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  array-manipulation  code-golf  number  code-golf  sequence  code-golf  math  arithmetic  code-golf  date  conversion  code-golf  geometry  combinatorics  grid  code-golf  string  code-golf  counting  java  code-golf  chess  code-golf  path-finding  conversion  atomic-code-golf  logic-gates  code-golf  fibonacci  code-golf  ascii-art  fractal  code-golf  quine  code-golf  string  code-golf  array-manipulation  decision-problem  code-golf  quine  code-golf  code-challenge  array-manipulation  code-challenge  word-search  code-golf  binary  conversion  code-golf  code-golf  restricted-source  code-golf  kolmogorov-complexity  restricted-source  code-golf  kolmogorov-complexity  random  animation 


28
최대 소수 지수
integer가 주어지면 n >= 2소인수 분해에서 가장 큰 지수를 출력합니다. OEIS 시퀀스 A051903 입니다. 예 하자 n = 144. 소인수 분해는 2^4 * 3^2입니다. 최대 지수는 4입니다. 테스트 사례 2 -> 1 3 -> 1 4 -> 2 5 -> 1 6 -> 1 7 -> 1 8 -> 3 …

22
사탄 프라임 내 뒤를 잡아!
사탄-프라임 그들은 누구입니까? 그들은 이것들이 사탄-프라임들을 Primes포함 666하고 있습니다 : [46663,266677,666599,666683,616669] 이것들은 아닙니다 :[462667,665669,36363631,555] 음모 6661보다 큰 숫자는 그 뒤에 사탄-프림이 있습니다 도전 정수가 주어지면 n>6661사탄-프라임이 뒤에 있고 (또는 같음) 가장 가깝 습니다. 예 Integer n=30000에는 3 개의 Satan-Primes (SP)가 있습니다 [6661, 16661, 26669]. 코드는 26669가장 가까운 코드를 반환해야 합니다. …
22 code-golf  primes 

20
슈퍼 프라임입니까?
배경 슈퍼 프라임은 인덱스가 모두 소수의 목록도 소수 소수입니다. 순서는 다음과 같습니다. 3, 5, 11, 17, 31, 41, 59, 67, 83, 109, 127, 157, 179, 191, ... 이것은 OEIS의 시퀀스 A006450입니다 . 도전 양의 정수가 주어지면 슈퍼 프라임인지 확인하십시오. 테스트 사례 2 : 거짓 3 : 맞다 4 : 거짓 …

30
0이 아닌 고유 한 숫자로 임의의 n 자리 숫자를 얻습니다.
나는 이 질문을 읽고 그것이 좋은 도전이 될 것이라고 생각했다. 태스크 입력 0<n<10으로 임의의 숫자를 생성하십시오. 정확히 n 자리 첫 번째가 아닌 0 그래서 f(n)>10**(n-1)-1 고유 숫자 우승 기준 이것은 코드 골프 이므로 가장 짧은 코드가 승리합니다. 무작위 나는 균등하게 분포 된 것을 의미합니다. 따라서 프로그램의 관점에서 볼 때 각각의 …
22 code-golf  number  random  grid  game  king-of-the-hill  javascript  code-golf  arithmetic  statistics  code-golf  math  code-golf  math  code-golf  string  palindrome  code-golf  string  interactive  code-golf  quine  polyglot  code-golf  string  stack-exchange-api  code-golf  number-theory  decision-problem  code-golf  tips  code-golf  string  internet  code-golf  graphical-output  image-processing  fractal  code-golf  ascii-art  geometry  hexagonal-grid  code-golf  string  restricted-source  hello-world  code-golf  game  code-golf  cipher  code-golf  permutations  cops-and-robbers  permutations  cops-and-robbers  code-golf  internet  stack-exchange-api  code-golf  ascii-art  random  code-golf  tips  code-golf  ascii-art  code-golf  code-golf  kolmogorov-complexity  code-golf  string  unicode  code-golf  number  sequence  primes  palindrome  code-golf  game  decision-problem  code-golf  math  geometry  code-golf  graphical-output  interactive  code-golf  set-partitions  code-golf  number  arithmetic  restricted-source  code-golf  decision-problem  python  recursion  code-golf  ascii-art  code-golf  source-layout  code-golf  function  recursion  functional-programming  code-golf  game  combinatorics  permutations  code-golf  string  file-system  code-golf  string  hashing  code-golf  stack-exchange-api  code-golf  string  code-golf  math  number  arithmetic  polyglot 

14
수요일 수요일
수요일 수요일 당신의 임무는 특정 연도의 주요 날에 해당하는 수요일 수를 계산하는 것입니다. 예를 들어 7-13-16수요일입니다. 일관성을 유지하려면 모든 날짜에 그레고리력을 사용하십시오 . 입력 프로그램 / 기능에 대한 입력은 1 년 (예 :) 2016이며 유연합니다. 연도는 1912 에서 2233 사이의 정수 입니다. 산출 출력도 유연하며 수요일 (예 :)의 수 여야합니다 …

3
64 비트 정수 인수 분해
stdin에서 정수를 읽고 (후행 줄 바꿈이 뒤 따르는) GOLF 어셈블리 프로그램을 작성하여 줄 바꿈으로 구분 된 주요 요소를 출력 한 후 stdout에서 후행 줄 바꿈을 출력합니다. 주요 요인은 특정 순서 일 필요는 없습니다. 1주요한 요소는 아닙니다. 당신의 골프 (조립 후) 진은 8192 바이트에 맞게해야합니다. 프로그램은 각각 다음 입력 중 하나를 …

14
주요 격리 번호 (골프 에디션)
시퀀스 A054261 입니다. nnn 프라임 수납 번호 제는 제 들어 낮은 번호 nnn 문자열로서 소수를. 예를 들어 숫자 235235235 는 하위 문자열로 처음 3 개의 소수를 포함하는 가장 낮은 숫자이며 이는 3 번째 소수를 포함합니다. 처음 네 개의 소수 격리 번호가 222 , 232323 , 235235235 및 235723572357 이라는 것을 …

10
외로운 프라임 찾기
외로운 소수 (내가 부르는 것처럼)는 소수이며 너비가있는 숫자 그리드가 주어지면 w ≥ 3직교 또는 대각선으로 인접한 다른 소수가없는 소수입니다. 예를 들어,이 그리드를 여기서 w = 12(프라임은 굵은 체로 강조 표시됨) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 …

5
내 번호는 고유합니까
에서 이 문제 우리는 계수 나무를 사용하여 정수 모든 양을 인코딩하는 방법을 배웠습니다. 작동 방식은 다음과 같습니다. 빈 문자열의 값은 1입니다. (S)여기서 SS 값을 가진 표현식 은 S 번째 소수로 평가됩니다 . ABwhere A및 Bare A 및 B 값을 가진 arbirary 표현식은 각각 A * B 값을 갖습니다 . 예를 …

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