leetcode(리트코드)-627 Swap Salary(SQL)
leetcode 627 - Swap Salary 문제입니다. 1. 문제 https://leetcode.com/problems/swap-salary/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 Salary 테이블에서 sex의 값이 ‘f’이면 ‘m’으로 바꾸고 ‘m...
leetcode 627 - Swap Salary 문제입니다. 1. 문제 https://leetcode.com/problems/swap-salary/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 Salary 테이블에서 sex의 값이 ‘f’이면 ‘m’으로 바꾸고 ‘m...
leetcode 1925 - Count Square Sum Triples 문제입니다. 1. 문제 https://leetcode.com/problems/count-square-sum-triples/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 n이 들어옵니다. n이...
leetcode 1929 - Concatenation of Array 문제입니다. 1. 문제 https://leetcode.com/problems/concatenation-of-array/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 nums라는 배열이 들어옵니다...
leetcode 1837 - Sum of Digits in Base K 문제입니다. 1. 문제 https://leetcode.com/problems/sum-of-digits-in-base-k/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 n이라는 숫자가 들어옵니다...
leetcode 595 - Big Countries 문제입니다. 1. 문제 https://leetcode.com/problems/big-countries/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 population이 25 million이 넘거나 area가 3 ...
leetcode 620 - Not Boring Movies 문제입니다. 1. 문제 https://leetcode.com/problems/not-boring-movies/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 id가 홀수이면서 description이 ‘bori...
leetcode 1844 - Replace All Digits with Characters 문제입니다. 1. 문제 https://leetcode.com/problems/replace-all-digits-with-characters/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제...
leetcode 1848 - Minimum Distance to the Target Element 문제입니다. 1. 문제 https://leetcode.com/problems/minimum-distance-to-the-target-element/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. ...
leetcode 1920 - Build Array from Permutation 문제입니다. 1. 문제 https://leetcode.com/problems/build-array-from-permutation/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 nums...
leetcode July 06일 - Reduce Array Size to The Half 문제입니다. 1. 문제 https://leetcode.com/problems/reduce-array-size-to-the-half/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도입니다. 7월 06일자 챌린지 문제입니...