66

알고리즘 문제풀이/[C++] Leetcode

Leetcode 문제 66번 Plus One

문제 출처 : https://leetcode.com/problems/plus-one/ Plus One - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제를 간단히 해석하자면 다음과 같습니다 ; 음수가 아닌 정수를 나타내는 10진수 배열이 비어 있지 않으면 1을 정수로 증가시킵니다. 자릿수는 가장 중요한 자릿수가 목록의 맨 앞에 오도록 저장되며, Array의 각 요소에는 한 자릿수가 포함됩니다. 정수에는 숫자 0을 제외하고 먼저온 0이 포함되어 있지 않다고 가..

gurcks8989
'66' 태그의 글 목록