Skip to content

[ADD] leetcode 9 C++ solution #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2024
Merged

[ADD] leetcode 9 C++ solution #16

merged 1 commit into from
Feb 1, 2024

Conversation

tony9402
Copy link
Owner

@tony9402 tony9402 commented Feb 1, 2024

No description provided.

Copy link

github-actions bot commented Feb 1, 2024

솔루션을 올려주셔서 감사합니다.
아래 정보가 맞는지 확인해주세요.

작성자: tony9402
언어: C++
사이트: leetcode
풀이 설명: /* Solution Description
x값이 음수인 경우 항상 false, x가 양수일 땐 수를 뒤집어서 처음 주어진 x와 값이 같은지 판별.
x를 뒤집을 때 int보다 커질 수 있으므로 타입 주의
*/
@github-actions github-actions bot added solution 솔루션 PR C++ C++ leetcode leetcode labels Feb 1, 2024
@tony9402 tony9402 merged commit 1b627a0 into main Feb 1, 2024
@tony9402 tony9402 deleted the leetcode-9 branch February 1, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ C++ leetcode leetcode solution 솔루션 PR
1 participant