728x90 Higher Than 75 Marks1 [HackerRank] Higher Than 75 Marks 문제링크 https://www.hackerrank.com/challenges/more-than-75-marks/problem?isFullScreen=true Higher Than 75 Marks | HackerRank Query the names of students scoring higher than 75 Marks. Sort the output by the LAST three characters of each name. www.hackerrank.com 1. 핵심 Name의 마지막 3개의 문자로 정렬하고 그것이 같다면 ID로 정렬 → 문자열 자르기 SUBSTRING('문자열', 시작위치[1 base], 길이) RIGHT('문자열', 길이) - 문자열의 오른쪽에서부터 시작 LEFT('문자열', 길이) .. 2024. 4. 8. 이전 1 다음 728x90 반응형