«syntax» 태그된 질문

구문 유효성 검사, 한 구문에서 다른 구문으로 변환 또는 잘못된 구문 수정을 포함하되 이에 국한되지 않는 프로그래밍 또는 마크 업 언어 구문과 관련된 문제 [balanced-string] 태그도 참조하십시오.

1
증명 2 + 2 = 2 * 2 (및 유사)
출력 등과 같은 문장의 전체 정식 게이 1+2=3, 2+2=2*(1+1)등 소개 Peano Arithmetic을 알고 있다면이 섹션을 건너 뛸 수 있습니다. 자연수를 정의하는 방법은 다음과 같습니다. (Axiom 1) 0 is a number (Axiom 2) If `x` is a number, the `S(x)`, the successor of `x`, is a number. 따라서 예를 들어 S(S(S(0)))숫자입니다. …

2
Java / C / C ++ / 등을 다시 들여 쓰기 암호
공백을 추가하거나 제거하여 코드를 멋지게 형식화하는 프로그램을 작성하십시오. 완료되면 코드 모양에 대한 규칙 : 행은 {과 중 하나 이상을 포함해서는 안됩니다 }. A {는 항상 마지막 줄이어야합니다. A }는 항상 줄의 유일한 항목 이어야합니다 (앞에 공백이 있음). 각 줄 앞의 공백은 고정 된 현재 중첩 수의 배수 여야합니다. (변경되지 않는 …

3
RegEx-golf : 문자열의 모든 내용과 일치
당신의 임무는 문자열 내부의 모든 것과 일치하는 RegEx를 작성하는 것입니다. 문자열은 이스케이프 처리되지 않은 두 개로 둘러싸인 모든 항목으로 정의됩니다 ". (A)는 "로 이스케이프 할 수 \도 다시 탈출 할 수있는. 테스트 케이스 string: ab\c"defg\\\"hi"jkl"mn\\\\"opqrst"" matches: ^^^^^^^^^^ ^^^^^^ ^ (the empty string) 채점 최단 솔루션이 승리합니다. 명세서 사용 된 맛을 …

4
전주곡 구문 검사기
Prelude 는 밀교 프로그래밍 언어로, 유효한 프로그램을 구성하는 것에 대한 제한은 거의 없지만 드문 경우입니다. 다음과 같은 경우 인쇄 가능한 ASCII 텍스트 블록 ( "블록"은 인쇄 가능한 ASCII 행이 줄 바꿈으로 구분됨을 의미 함)입니다. 텍스트의 모든 (수직) 열에는 (과 중 하나만 포함됩니다 ). 수직 위치를 무시하고 (및 )균형을 잡습니다. 즉, …

13
비교 체인 확장
대부분의 언어와는 달리, 파이썬은 평가 a<b<c부울 비교에 반대가 실제로 세 개의 숫자를 비교, 수학에서 할 것처럼 a<b로를 c. 이것을 C (및 다른 많은 것)로 쓰는 올바른 방법은입니다 a<b && b<c. 이 도전에서, 당신의 임무는 파이썬 / 직관적 인 표현에서 다른 언어로 쓰여지는 방법으로 임의 길이의 비교 체인을 확장하는 것입니다. 명세서 …
9 code-golf  parsing  conversion  syntax  code-golf  sequence  primes  code-challenge  geometry  optimization  code-golf  graph-theory  code-golf  number-theory  primes  integer  code-golf  source-layout  cops-and-robbers  code-golf  source-layout  cops-and-robbers  code-golf  sequence  primes  integer  code-golf  math  number-theory  primes  rational-numbers  code-golf  math  sequence  number-theory  primes  code-golf  string  code-golf  math  combinatorics  permutations  restricted-complexity  code-golf  array-manipulation  code-golf  number  sequence  code-golf  number  sequence  code-golf  binary-matrix  code-golf  math  tips  javascript  algorithm  code-golf  string  code-golf  number  sequence  code-golf  math  arithmetic  parsing  code-golf  number  sequence  primes  code-golf  string  ascii-art  geometry  integer  code-golf  geometry  code-golf  number  array-manipulation  code-golf  math  geometry  code-golf  number  sequence  arithmetic  integer  code-golf  string  kolmogorov-complexity  code-golf  number  code-golf  number  chess  code-golf  sequence  decision-problem  subsequence  code-golf  math  number  primes  code-golf  primes  permutations  code-golf  integer  probability-theory  statistics  code-golf  string  code-golf  sequence  decision-problem  parsing  board-game  code-golf  binary  graph-theory  code-golf  board-game  classification  tic-tac-toe  code-golf  ascii-art  polyglot  code-golf  date  code-golf  geometry 

30
int 입력 n이 주어지면 n * reversed (n)을 출력하십시오.
정수가 주어지면 n출력하십시오.n * reversed(n) reversed(n)reverse의 자릿수 일 때 얻는 숫자입니다 n. reverse(512) = 215 reverse(1) = 1 reverse(101) = 101 >>>>>>>> func(5) = 5*5 = 25 func(12) = 12*21 = 252 func(11) = 11*11 = 121 func(659) = 659*956 = 630004 최단 코드 승리! 리더 보드 코드 스 니펫 …
9 code-golf  math  arithmetic  code-golf  math  integer  code-golf  arithmetic  integer  code-golf  sequence  base-conversion  palindrome  code-golf  math  primes  integer  code-golf  parsing  conversion  syntax  code-golf  sequence  primes  code-challenge  geometry  optimization  code-golf  graph-theory  code-golf  number-theory  primes  integer  code-golf  source-layout  cops-and-robbers  code-golf  source-layout  cops-and-robbers  code-golf  sequence  primes  integer  code-golf  math  number-theory  primes  rational-numbers  code-golf  math  sequence  number-theory  primes  code-golf  string  code-golf  math  combinatorics  permutations  restricted-complexity  code-golf  array-manipulation  code-golf  number  sequence  code-golf  number  sequence  code-golf  binary-matrix  code-golf  math  tips  javascript  algorithm  code-golf  string  code-golf  number  sequence  code-golf  math  arithmetic  parsing  code-golf  number  sequence  primes  code-golf  string  ascii-art  geometry  integer  code-golf  geometry  code-golf  number  array-manipulation  code-golf  math  geometry  code-golf  number  sequence  arithmetic  integer  code-golf  string  kolmogorov-complexity  code-golf  number  code-golf  number  chess  code-golf  sequence  decision-problem  subsequence  code-golf  math  number  primes  code-golf  primes  permutations  code-golf  integer  probability-theory  statistics  code-golf  string  code-golf  sequence  decision-problem  parsing  board-game  code-golf  binary  graph-theory  code-golf  board-game  classification  tic-tac-toe  code-golf  ascii-art  polyglot  code-golf  date  code-golf  geometry 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.