분류 전체보기27 [Hackerrank] Weather Observation Station 5 자세한 문항은 아래 링크에서 확인하실 수 있습니다. https://www.hackerrank.com/challenges/weather-observation-station-5/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen Weather Observation Station 5 | HackerRank Write a query to.. 2022. 1. 13. [Hackerrank] Print Prime Numbers 풀이 (MySQL) 해당 문제는 아래 링크에서 더 자세히 참고하실 수 있습니다. https://www.hackerrank.com/challenges/print-prime-numbers/problem?h_r=internal-search Print Prime Numbers | HackerRank Print prime numbers. www.hackerrank.com 문제 : 1000이하의 소수를 모두 출력해라. 조건 : 1. 여러 행에 걸쳐 모든 수를 출력하는 것이 아닌, 한 행에 모든 수를 & 구분자로 출력할 것 예상 답안 : 2&3&5&7 (10이하의 소수점을 출력했을 때) 테이블이 없는데..어떻게 풀지? 문제를 풀기 앞서, 가장 황당한 점은 나에게 주어진 테이블이 아무 것도 없다는 것이었다. 이런 경우 모든 데이터베이스에.. 2022. 1. 13. 파이썬 물결표 ~ 의미 (python tilde) 어느 날 ~를 잔뜩 넣은 휘황찬란한 코드를 보았고, 머리로는 ~의 쓰임새를 알고 있으나 마음으로..이해가 되지 않아 정리를 결심하게 되었다. ~를 뭐라고 부르는 지 몰라 구글링 하는 데 꽤나 애를 먹었고, 도저히 찾을 수가 없어 파이썬 물결표 -> 물결표 영어로 -> tilde라고 하는구나 아하 -> 파이썬 tilde 라는 사고를 거쳐서야 정보를 얻을 수 있었다. ~ 는 bitwise operator(비트 연산자)다. bitwise operator는 말 그대로 bit by bit 연산을 시행한다는 뜻, 즉 2진수를 연산하는 방식이며 하드웨어 세계관에서 가장 기본적인 연산자다. 컴퓨터는 2진수로 구성되기에 모든 프로그래밍 언어는 비트 연산자를 내장 함수로 포함하고 있다. => 그래서 내가 하고 싶은 말은 .. 2022. 1. 4. [SQL HackerRank] The Report (join 응용) https://www.hackerrank.com/challenges/the-report/problem The Report | HackerRank Write a query to generate a report containing three columns: Name, Grade and Mark. www.hackerrank.com Ketty gives Eve a task to generate a report containing three columns: Name, Grade and Mark. Ketty doesn't want the NAMES of those students who received a grade lower than 8. The report must be in descending order by.. 2021. 10. 14. 이전 1 2 3 4 5 6 7 다음