Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 개념
- 응용
- baekjoon
- 자바
- 이론
- 코딩테스트
- BOJ
- 헤드퍼스트 디자인패턴
- programmers
- Python 3
- GROUP BY 절
- HAVING 절
- 기초
- 공공데이터
- level1
- 기본
- SQLD / SQLP
- java
- Codeup
- 명품 자바 프로그래밍
- SELECT 절
- 단계별로 풀어보기
- JAVA 11
- Python
- Codeforces Round #802 (Div. 2)
- 기초100제
- 파이썬
- pypy3
- Java11
- 백준
Archives
- Today
- Total
목록2번 (1)
Development Project
[ LeetCode - (06/26) ] - 2. Add Two Numbers(Python)
문제링크 https://leetcode.com/problems/add-two-numbers/ Add Two Numbers - 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 문제 시행착오 문제를 잘못읽어 처음에는 print를 이용해 리스트처럼 출력을 했지만, stdout에 출력값이 뜨고 output에 결과가 나오질 않아서 한동안 해매었다. 결론은 stdout은 표준출력으로 print()함수같은 출력을 말하며 output은 함수의 return값 같은 값을 일컫는 말..
CodingTest/LeetCode
2022. 6. 26. 21:53