«hello-world» 태그된 질문

"Hello, World!"를 만드는 도전 프로그램 또는 기타 유사한 문자열.

3
음소 아부이다
캐릭터 이 유니 코드 문자를 영어 IPA 자음 이라고하겠습니다 . bdfhjklmnprstvwzðŋɡʃʒθ 이 유니 코드 문자를 영어 IPA 모음 이라고하겠습니다 . aeiouæɑɔəɛɜɪʊʌː (예, ː긴 모음 표시 일 뿐이지 만이 문제를 해결하기 위해 모음으로 취급합니다.) 마지막으로, 이는 1 차 및 2 차 응력 표시입니다 . ˈˌ 주의 ɡ( U + 0261는 ) …

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;} …

30
“안녕하세요!” (고무 실)
이것은 강도의 실입니다. 경찰의 실은 여기에 있습니다 . 당신의 도전은 경찰의 스레드에서 균열없이 제출하고 어떤 입력 또는 입력에 대해 프로그램이 인쇄 Hello, World!하고 줄 바꿈을 찾는 것 입니다. 대문자, 간격 및 문장 부호는 정확해야합니다. 경찰이 코드를 해독했을 때 제출 한 내용에 대해 의견을 말하십시오.

30
파일 작성 및 작성
도전 새 파일을 작성하고 문자열 Hello World을 작성하십시오. 제한 사항 과제는 파일 시스템의 디스크에있는 파일에 기록해야합니다. 파일이 통역사의 정상 작동 중에 생성 된 로그 파일이 아닐 수 있습니다. 파일은 문자열 만 포함해야합니다 Hello World. 후행 줄 바꿈 또는 최소 공백을 포함 할 수 있습니다. 다른 내용은 없습니다. 프로그램 실행에 필요한 …

12
“Hello, World!”라고 입력하십시오.
어떤 종류의 키보드 이벤트를 생성하는 프로그램을 작성하십시오 Hello, World!. 플랫폼 독립적 일 필요는 없습니다. 아무 키나 누르지 않아도됩니다. 예를 들어, Java에서는 눌린 상태로 Robot.KeyPress('H');두어야 H합니다.Robot.KeyRelease('H'); 프로그램이 실행될 때 캡 잠금이 해제되었다고 가정 할 수 있습니다. Shift 키를 누른 채 문자를 누르거나 대문자 잠금을 토글하여 대문자를 입력 할 수 있습니다. 의 …

13
안녕하세요 월드 레인보우
마크 업이 아닌 언어에서 색상을 다루는 것은 종종 문제를 복잡하게 만듭니다. 색상이 다른 언어로 어떻게 사용되는지 몇 가지 변형을보고 싶습니다. 이 경쟁의 목적은 무지개의 7 가지 색상으로 'Hello World'를 출력하는 것입니다. Wikipedia에 따르면 이들은 7 가지 색상입니다. Red #FF0000 (RGB: 255, 0, 0) Orange #FF7F00 (RGB: 255, 127, 0) Yellow …

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 

10
오류를 처리하는 Hello World
다음 기능을 가진 프로그램 또는 기능을 작성하십시오. 프로그램 / 함수는 먼저 문자열 Hello, world!을 표준 출력 스트림 에 쓰려고 시도 합니다. (프로그램 자체의 사소한 행동보다는 I / O에 중점을두기 때문에이 과제에 다른 형식의 출력을 사용할 수 없습니다.) 성공 여부에 따라 : 출력에 성공 Hello, world!하면 추가 동작없이 프로그램 / 기능이 …

2
가장 보편적 인 단어
이 질문은 "Thing Explainer" 가 읽기 쉽고 재미 있기 때문에 작성되었습니다 . 문자, 숫자 및 이와 같은 것을 읽고 가져 와서 모든 단어 가이 세트의 일부인 경우 "#%|?반환 True / 1하는 "컴퓨터가하는 일"을 작성하십시오 . 모든 단어가 해당 세트의 일부가 아닌 경우 해당 단어의 일부가 아닌 단어를 리턴하십시오. 이 웹 …
9 code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.