Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.01 KB

README.md

File metadata and controls

56 lines (43 loc) · 2.01 KB

covfefe-Challenge

Find the solution of obtain numbers from 0 to 9(or more) with only covfefe.


Rules:

  1. Code as much as possible to use covfefe.
  2. Variables other than covfefe should NOT be used.
  3. Any string other than "covfefe" should NOT be used.
  4. Assignment operator {=}, Comparison operators {== >= <=}, Arithmetic operators {+ - * / ** += -= *= /=} are also PROHIBITED.
  5. All kind of programming languages are allowed.

covfefe 챌린지

covfefe만을 사용해 0~9(혹은 그 이상)까지 구해 봅시다.


규칙:

  1. 최대한 covfefe 위주로 사용해 코딩할 것.
  2. covfefe 이외의 변수는 사용할 수 없음.
  3. "covfefe" 이외의 문자열은 사용할 수 없음.
  4. 대입 연산자 {=}, 비교 연산자 {== >= <=}, 산술 연산자 {+ - * / ** += -= *= /=} 역시 금지.
  5. 모든 프로그래밍 언어가 허용됨.

Desafío covfefe

Encontrar la solución de obtener números de 0 a 9 (o más) con sólo covfefe.


Reglas:

  1. Código tanto como sea posible para usar covfefe.
  2. NO se deben utilizar variables distintas de covfefe.
  3. NO se debe usar ninguna cadena que no sea "covfefe".
  4. Operador de asignación {=}, operadores de comparación {==> = <=}, operadores aritméticos {+ - * / ** += -= *= /=} también están PROHIBIDOS.
  5. Se permite todo tipo de lenguajes de programación.

covfefeチャレンジ

covfefeのみを使用して0~9(またはそれ以上)の数値を取得する方法を見つける。


規則:

  1. できるだけcovfefeを使用するようにコーディングしてください。
  2. covfefe以外の変数は使用しないでください。 2.「covfefe」以外の文字列は、使用しないでください。
  3. 代入演算子{=}、比較演算子{==> = <=}、算術演算子{+ - * / ** += -= *= /=}も使用することができません。
  4. すべての種類のプログラミング言語が使用することができます。