전체보기 (318) 썸네일형 리스트형 [Common Lisp] [Codewars] 8Kyu - Grasshopper - Summation Codewars: Achieve mastery through coding challenge Codewars is a coding practice site for all programmers where you can learn various programming languages. Join the community and improve your skills in many languages! www.codewars.com 문제 Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0. For example: summation(2) .. [SQL] [Codewars] 7Kyu - Countries Capitals for Trivia Night (SQL for Beginners #6) Codewars: Achieve mastery through coding challenge Codewars is a coding practice site for all programmers where you can learn various programming languages. Join the community and improve your skills in many languages! www.codewars.com 문제 Your friends told you that if you keep coding on your computer, you are going to hurt your eyes. They suggested that you go with them to trivia night at the lo.. [Common Lisp] [구름LEVEL] 16진수 구름LEVEL 코딩테스트에서 가장 높은 비중을 차지하는 알고리즘 문제를 제작하고 풀이할 수 있는 온라인 저지 서비스입니다. 기업에서 선호하는 C, C++, 파이썬(Python), 자바(Java), 자바스크립트(Javascript) 이 level.goorm.io 문제 입력 받은 10진수를 16진수로 출력하는 프로그램을 작성하십시오. 코드 (setq n (format nil "~X" (read))) (write-string (string-downcase n)) 설명 아래와 같이 간단하게 풀려고 했으나, (write-string (format nil "~X" (read))) 16진수의 소문자 출력을 요구하기에, 구한 16진수를 그냥 소문자 처리 해버렸다. 조금 찜찜하지만, 일단 여기까지. [SQL] [Codewars] 7Kyu - Hello SQL World! Codewars: Achieve mastery through challenge Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com 문제 Hello SQL! Return a table with a single column named Greeting with the phrase 'hello world!' 코드 SELECT 'hello world!' as "Greeting" 설명 SQL에서 문자열을 출력하는데 SELECT를 사용할 수 있다. 출력할 문자열은 작은따옴표로 묶어줘야 한다. 또한, SQL에서 .. 천층수(淺層水) Sub-surface Water 지하수는 부존된 장소에 따라 그 명칭이 달라지는데, 지하로 스며든 물이 제1차 불투수층을 통과하지 못하고 그 위에 존재하는 물을 천층수 혹은 자유면 지하수라 한다. 쉽게 말해, 지하면 위쪽에 고여있는 물이라 여기면 된다. 천층수는 지층이 얕아, 정화가 부족한 상태의 물이므로 깨끗한 물이라고는 할 수 없다. 지하수는 땅속으로 깊이 들어가며 여과 작용을 거치는데 그 과정이 충분히 이루어지지 않았기 때문이다. 대장균이 나타나는 때도 있다. 반면, 다른 지하수에 비해 공기가 잘 통하는 편이므로 산화작용이 활발한 편이다. 이전 1 ··· 4 5 6 7 8 9 10 ··· 64 다음