«c++» 태그된 질문

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

15
C ++에서 가장 긴 오류 메시지 생성
(표준 C ++ 컴파일러에서 가장 긴 가능한 오류 메시지를 생성 할 짧은 프로그램을 작성 gcc, cl.exe, icc, 또는 clang). 각 항목의 점수는 컴파일러에서 생성 한 가장 긴 오류 메시지의 문자 수입니다. 소스 코드에 포함되고 컴파일러에서 인용 한 유형은 단일 문자로 계산됩니다. 부정 행위 이름이 긴 템플릿의 템플릿에서 템플릿을 언제든지 다시 …

18
미래의 총 결투
배경 미래 2017 년에, 당신과 상대는 오직 하나만 생존 할 수있는 미래형 총기 전투에서 맞서게됩니다. 있습니까 당신은 상대를 물리 칠 수있을만큼 경험? 이제 좋아하는 프로그래밍 언어로 총기 기술 을 연마 하고 모든 확률에 맞서 싸울 때입니다! 토너먼트 결과 2 월 2의 UTC 아침에 끝난이 대회 ND는 , 우리의 참가자에 2017 …

25
C ++에서의 골프 팁
C ++에서 골프를 할 때 어떤 일반적인 팁이 있습니까? 저는 C ++에 다소 특정한 코드 골프 문제에 적용될 수있는 아이디어를 찾고 있습니다 (예 : "댓글 제거"는 답이 아닙니다). 답변 당 하나의 팁을 게시하십시오.
48 code-golf  tips  c++ 

6
C / C ++ Polyglot 작성
이 도전의 개념은 매우 간단합니다. 유효한 C와 유효한 C ++로 컴파일 할 프로그램을 작성하기 만하면됩니다! 글쎄, 몇 가지 캐치가 있습니다. 프로그램은 각 언어로 컴파일 될 때 다르게 작동해야합니다. "다르게 동작하는"것으로 간주 되려면 프로그램마다 언어마다 다른 출력이 있어야합니다. 규칙 프로그램은 유효한 C 및 C ++ 여야합니다. 프로그램은 컴파일 된 언어에 따라 …

18
세미콜론없이 C ++로 1 ~ 1000 인쇄
이 인기있는 질문에 이어 세미콜론을 사용하지 않고 C ++에서 숫자 1 ~ 1000 (문자열 "1 ~ 1000"그대로 또는 재미있는 것이 아님)을 인쇄하는 솔루션을 제시하십시오. 원래 질문과 달리 조건부와 루프를 사용할 수 있습니다. 컴파일러 플래그가 필요없는 솔루션이 선호됩니다. 이에 반하는 경우 사용하는 것을 언급하십시오. 정의되지 않은 동작이 허용되므로 사용중인 컴파일러와 버전을 …

30
주어진 너비로 #의 빈 사각형을 그립니다.
Codingame 에서이 도전을 받았으며 내 것보다 더 나은 솔루션이 궁금합니다. 표준 입력을 통한 너비가 주어지면 주어진 너비와 길이로 빈 사각형 '#'을 그립니다. 예: 5 결과 ##### # # # # # # ##### 나는 이것을 사용하여 파이썬을 사용하여 다른 파이썬 코드에 특히 관심이 있습니다. 그러나 원하는 언어로 솔루션을 게시하십시오.
21 code-golf  string  ascii-art  number  code-golf  grid  code-golf  string  ascii-art  code-golf  alphabet  cipher  code-golf  math  number  code-golf  quine  code-golf  palindrome  polyglot  code-golf  number  array-manipulation  counting  logic  code-golf  string  primes  binary  decision-problem  code-golf  ascii-art  kolmogorov-complexity  popularity-contest  code-golf  probability-theory  code-golf  string  code-golf  python  polyglot  programming-puzzle  c++  code-golf  math  code-golf  binary  integer  bitwise  code-golf  rational-numbers  code-golf  string  palindrome  code-golf  ascii-art  code-golf  code-golf  string  fibonacci  code-golf  math  sequence  code-golf  code-golf  string  palindrome  code-golf  string  code-golf  math  primes  source-layout  code-golf  sequence  binary  integer  code-golf  math  arithmetic  game  code-golf  restricted-source  palindrome  code-golf  restricted-source  palindrome  code-golf  combinatorics  binary  code-golf  string  math  code-golf  ascii-art  number  code-golf  cipher  code-golf  base-conversion  counting  code-golf  sequence  random  classification  code-golf  string  subsequence  code-golf  permutations  code-golf  string  code-golf  string  cipher  code-golf  kolmogorov-complexity  arithmetic  integer  code-golf  quine  markov-chain  code-golf  string  code-golf  code-golf  ascii-art  maze 

8
컴파일 타임에 CRC32 테이블 계산 [닫기]
닫은. 이 질문은 주제에 맞지 않습니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? 질문을 업데이트Code Golf Stack Exchange에 대한 주제가 되도록 . 휴일 오년 전에 . CRC32 의 참조 구현은 런타임시 룩업 테이블을 계산합니다. /* Table of CRCs of all 8-bit messages. */ unsigned long crc_table[256]; /* Flag: has …

7
최소 개수의 고유 문자를 사용하여 정수 래더 생성 (C ++)
나는 코드 골프의 스포츠를 처음 사용합니다. C ++에서 가장 적은 수의 고유 문자를 사용하여 정수 래더를 생성하려고합니다. 정수 4가 주어 졌다고 가정 해 봅시다. 다음 사다리를 생성합니다. 11 2 1 3 1 2 3 4 요컨대, 내 프로그램은 stdin에서 양의 정수를 읽고이 사다리를 출력에 인쇄합니다. 가장 적은 수의 고유 문자로 …

3
Brainfuck의 비트 연산자
당신의 임무는 다음 각 이진 연산자 각각에 대해 하나의 brainfuck 프로그램을 만드는 것입니다. 각 프로그램은 입력에서 하나 또는 두 개의 8 비트 숫자 (A 및 B)를 가져 와서 지정된 연산을 계산해야합니다. A XOR B A AND B A OR B A Shifted Left by 1 (circular shift) NOT A 5를 …
13 code-golf  binary  brainfuck  code-golf  code-golf  ascii-art  random  code-golf  code-golf  code-challenge  sorting  code-golf  code-challenge  java  code-golf  statistics  code-golf  code-challenge  fastest-code  code-golf  math  code-golf  math  kolmogorov-complexity  code-golf  code-golf  array-manipulation  combinatorics  code-golf  kolmogorov-complexity  popularity-contest  underhanded  code-golf  math  floating-point  code-golf  interpreter  code-golf  music  code-golf  code-golf  cryptography  code-challenge  scrabble  code-golf  code-challenge  popularity-contest  quine  code-golf  quine  cryptography  code-golf  kolmogorov-complexity  code-golf  printable-ascii  code-golf  chess  code-golf  math  number-theory  code-challenge  c  code-golf  random  popularity-contest  hello-world  code-shuffleboard  code-golf  compression  grammars  code-golf  tips  code-golf  sequence  code-golf  string  code-challenge  sorting  permutations  code-golf  string  code-challenge  optimization  code-golf  interpreter  code-challenge  string  code-golf  math  number  fibonacci  string  compression  c#  code-golf  chemistry  popularity-contest  math  c  c++  java  code-golf  math  function  code-golf  complex-numbers  code-golf  geometry 

15
비교 연산자없이 C 또는 C ++에서 두 정수 비교
두 개의 부호있는 정수를 입력으로 (stdin 또는 arguments를 통해) 취하고 첫 번째 숫자가 (1)보다 크거나 (2) 작거나 (3) 두 번째와 같은지 여부에 따라 3 개의 다른 출력을 표시하는 가장 짧은 프로그램을 생성하십시오. 번호. 캐치 프로그램에서 다음을 사용할 수 없습니다. 표준 비교 연산자 : <, >, <=, >=, ==, !=. 떨어져에서 …

5
Python 스크립트에 주석을 추가하고 이중 언어 Python / C ++ "프로그램"으로 만듭니다.
다음과 같은 Python 3 스크립트가 제공됩니다. def greet(): print("Hello, world!") greet() 이 텍스트 파일에 몇 줄을 추가 하여 파이썬 프로그램으로 실행하거나 컴파일하고 동일한 출력을 생성하는 C ++ 프로그램으로 실행할 수 있습니다. Hello, world! (마지막 줄 바꿈 포함) : $ python3 bilingual.py.cpp Hello, world! $ g++ bilingual.py.cpp && ./a.out Hello, world! …

1
유효한 미로의 수
WxH그리드가 주어지면 가능한 미로는 몇 개입니까? 미로에 대해 알고있는 것 : 격자는 정확히 H제곱 높이와 W제곱 너비입니다. 정사각형에는 시작, 완료 및 비우기의 세 가지 유형이 있습니다. 미로는 정확히 1 개의 시작과 1 개의 마무리를 포함해야하며 나머지 모든 사각형은 비어 있습니다. 전체 미로를 둘러싸는 벽이 있습니다. 아래 규칙을 위반하지 않는 한 …

5
위험, 전쟁의 길
소개 이 게임에서 플레이어는 자신의 군대를 사용하여 다른 플레이어의 군대와 싸우고 영토를 점령하며 마지막으로 서있는 사람이됩니다. 매 턴마다 플레이어는 자신의 처분에 사용할 기본 군대를받습니다. 그러나 특정 지역에서 영토를 점령하면 플레이어가이 숫자를 늘려 나중에 게임에서 잠재적 이점을 얻을 수 있습니다. (이것은 기본적으로 Warlight 와 동일합니다 ). 모든 봇은 Java, C 또는 …
12 king-of-the-hill  c  c++  java 

1
정수 조작을 통해 IEEE 754 64 비트 이진 부동 소수점 수 구현
(당분간 "C"라는 질문에 태그를 달았습니다. 그러나 공용체를 지원하는 다른 언어를 알고 있다면 사용할 수도 있습니다.) 당신의 임무는 + - * /다음 구조체에 대한 네 가지 표준 수학 연산자 를 작성하는 것입니다. union intfloat{ double f; uint8_t h[8]; uint16_t i[4]; uint32_t j[2]; uint64_t k; intfloat(double g){f = g;} intfloat(){k = 0;} …

2
X와 Y의 차이가 2 이상인 3보다 큰 X
C ++을 골프 다운하려고합니다. 이 조건을 더 짧게 만들 수 있습니까? X > 3 & X - Y > 1 (물론 공백을 제거하는 것을 제외하고) 그래서, X적어도입니다 4만 X >= Y + 2. X그리고 Y에서 [0,5] 구간에서의 정수이다. 비트 단위 수식을 찾으려고했지만 실패했습니다.
11 code-golf  number  tips  c++  code-golf  popularity-contest  obfuscation  code-golf  c  code-golf  board-game  hexagonal-grid  code-golf  game  grid  code-golf  number  permutations  popularity-contest  math  graphical-output  number-theory  king-of-the-hill  code-challenge  compression  code-challenge  fastest-code  code-golf  math  ascii-art  animation  code-golf  popularity-contest  generation  counting  fastest-code  fastest-code  popularity-contest  image-processing  king-of-the-hill  code-golf  conversion  binary-tree  code-golf  math  number  rational-numbers  division  code-golf  restricted-source  hashing  atomic-code-golf  logic-gates  code-golf  function  code-challenge  puzzle-solver  ai-player  test-battery  popularity-contest  music  compression  code-golf  number  stack  atomic-code-golf  logic-gates  ascii-art  popularity-contest  code-golf  date  grid  code-challenge  game  code-golf  parsing  code-golf  math  geometry  sequence  popularity-contest  code-trolling  code-golf  string  restricted-source  code-golf  quine  king-of-the-hill  code-golf  math  code-golf  simulation  code-golf  ascii-art  code-challenge  sorting  optimization 

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