«golfscript» 태그된 질문

이 문제는 GolfScript 언어와 관련이 있습니다. 특정 언어로 답변해야하는 문제는 일반적으로 권장되지 않습니다.

17
GolfScript에서의 골프 팁
이 게시물이 아직 존재하지 않습니까? 물론 GolfScript 는 골프 용 으로 만들어 졌으므로 특별한 팁이 필요 없다고 생각할 수도 있습니다. 그러나 GolfScript의 기능을 최대한 활용하려면 분명하지 않은 요령을 배워야합니다. 이 게시물은 그러한 유용한 팁과 요령을 수집하기위한 것입니다. 우선 공식 GolfScript 참조 페이지가 있습니다. 먼저 다음 사항에 익숙해 져야합니다. 지도 시간 …

28
수퍼 로그 계산
이것은 간단한 도전이어야합니다. 숫자 감안할 때 n >= 0, 출력 슈퍼 로그 (로그 - 스타 또는 로그 *를, 또는 로그 반복 하기 때문에 동일, n이 문제에 대한 부정적인 결코합니다.)의 n. 이것은 tetratation 에 대한 두 가지 역함수 중 하나입니다 . 다른 하나는 관련 질문 에있는 수퍼 루트 입니다. 예 Input …
29 code-golf  math  code-golf  array-manipulation  sorting  code-golf  math  arithmetic  matrix  code-golf  string  kolmogorov-complexity  code-golf  string  code-golf  math  sequence  arithmetic  recursion  code-golf  math  ascii-art  sequence  code-golf  math  array-manipulation  code-golf  code-golf  kolmogorov-complexity  code-golf  string  code-golf  string  decision-problem  code-golf  array-manipulation  tips  javascript  json  code-golf  math  string  number  number-theory  code-golf  math  sequence  fibonacci  number  arithmetic  fastest-code  integer  code-golf  math  sequence  code-golf  string  file-system  tips  golfscript  code-golf  string  code-golf  string  natural-language  code-golf  string  file-system  code-golf  math  array-manipulation  code-challenge  image-processing  compression  code-golf  math  number  sequence  code-golf  math  combinatorics  regular-expression  code-golf  sequence  pi  code-golf  ascii-art  code-golf  string  array-manipulation  sorting  code-golf  string  graph-theory  code-golf  string  code-golf  string  ascii-art  code-challenge  compression  code-golf  code-golf  math  sequence  number-theory  code-golf  maze  graph-theory  code-golf  math  sequence 

9
안티 골프 안티 골프 : GolfScript 또는 J가 (기존의) 언어에 의해 아웃 골프되는 작업을 생성합니다.
세 가지를 만들어야합니다. 작업의 문 T . 언어 작업의 해결은하지 일반적으로 골프에 사용 . 언어 작업의 솔루션은 일반적으로 골프에 사용 B . 점수를 높이기 위해 B 를 부풀 리려고하지 말고 경쟁자가 B 를 쓴 것처럼 생각 하십시오. 를 정의 할 typically used for golfing때 상식을 사용 하고 다른 사용자의 재미를 …

7
해석> <> (물고기)
&gt; &lt;&gt;는 널리 사용되는 언어는 아니지만 골프에 적합하며이 웹 사이트에서 사용되었습니다. Befunge 에서 영감을 얻었 으며 지침에 약간의 유사점이 있습니다. 필요한 명령 : &gt; &lt; ^ v 명령 포인터의 방향을 변경합니다 (오른쪽, 왼쪽, 위, 아래) / \ | _ # . 포인터는 이미 가지고있는 방향에 따라 방향이 바뀝니다. x 임의의 …

4
ASCII 아트로 긴 나누기 시각화
ASCII 아트로 긴 나눗셈을 시각화하는 프로그램을 작성하십시오. 입력은 선택한 입력 형식을 사용하여 분자와 분모의 두 정수로 구성됩니다. 예 : 1234 ÷ 56 : 22 ---- 56|1234 112 --- 114 112 --- 2 1002012 ÷ 12 : 83501 ------- 12|1002012 96 --- 42 36 -- 60 60 -- 12 12 -- …

23
GolfScript의 개선 된 버전
폐쇄되었습니다 . 이 질문은 더 집중되어야 합니다. 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? 이 게시물 을 편집 하여 한 가지 문제에만 집중할 수 있도록 질문을 업데이트하십시오 . 휴일 3 년 전 . 더 많은 일을 할 수있는 더 짧은 프로그램을 위해 향상된 GolfScript를 작성할 계획입니다. 이것은 도전이 아닙니다. 그것은 …

1
GolfScript에서 문자열을 정수로 강제 변환
GolfScript 는 다음과 같은 '우선 순위'순서에 따라 자동으로 값을 강제합니다. 정수 → 배열 → 문자열 → 블록 (가장 낮은 것부터 높은 것까지) 이는 문자열이 정수보다 우선 순위가 높기 때문에 문자열을 스택에 "1"7+남겨두고 "17"(아닌 8) 유지하는 것을 의미합니다 . [ GolfScript 재향 군인에게 – 각 정보를 모욕 한 것에 대해 사과드립니다. …
12 tips  golfscript 

2
GolfScript를 배우기에 가장 좋은 장소? [닫은]
닫은. 이 질문은 주제에 맞지 않습니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? Code Golf Stack Exchange에 대한 주제가 되도록 질문을 업데이트하십시오 . 휴일 3 년 전 . 재미있는 언어처럼 보이지만 공식 사이트가 다운되어 EsoLangs 페이지에서 잘 설명하지 못하고 누락 된 것처럼 보입니다. 언어가 문서화 된 곳이 있습니까?
11 tips  golfscript 

1
골프 스크립트 대각선 배열
Golfscript에서 배열의 모든 대각선을 단일 배열로 가져 오는 방법이 있습니까? 예를 들어 배열의 경우 [[1 2 3][4 5 6][7 8 9]] 반환 [[7][4 8][1 5 9][2 6][3]] (필요한 순서는 아님) ["ABCD""EFGH""IJKL"] 반환 ["I""EJ""AFK""BGL""CH""D"] (순서대로는 아님). 배열의 길이가 같다고 가정하십시오. 나는 그것을 알아내는 데 어려움을 겪고 있습니다. 나는 문자열의 문자 =를 …

7
코드-골프 : 패 레이 시퀀스 (I)
도전 이 작업에서는 정수 N (10 ^ 5 미만)이 주어지고 순서 N 의 Farey 시퀀스 를 출력합니다 . 입력 N은 한 줄로 주어지며 입력은 EOF로 종료됩니다. 입력 4 3 1 2 산출 F4 = {0/1, 1/4, 1/3, 1/2, 2/3, 3/4, 1/1} F3 = {0/1, 1/3, 1/2, 2/3, 1/1} F1 = …
10 code-golf  math  code-golf  math  code-golf  number  number-theory  code-golf  math  arithmetic  repeated-transformation  code-golf  geometry  popularity-contest  code-golf  code-golf  tips  haskell  math  fastest-algorithm  code-golf  combinatorics  code-golf  math  polynomials  rational-numbers  code-golf  code-golf  popularity-contest  javascript  code-golf  kolmogorov-complexity  code-golf  code-golf  math  combinatorics  permutations  code-challenge  restricted-source  random  array-manipulation  code-challenge  generation  code-golf  code-golf  ascii-art  arithmetic  division  code-challenge  number  code-golf  math  number  binary  code-golf  ascii-art  code-golf  interpreter  stack  code-golf  internet  networking  code-golf  math  code-golf  ascii-art  code-golf  math  sequence  code-golf  hello-world  restricted-source  code-golf  ascii-art  code-golf  geometry  code-golf  kolmogorov-complexity  pi  code-golf  math  combinatorics  permutations  code-golf  math  code-challenge  ascii-art  code-golf  string  code-golf  quine  code-golf  math  floating-point  golfscript  code-golf  string  code-golf  sliding-puzzle  code-challenge  arithmetic  code-golf  math  code-golf  geometry  optimized-output 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.