
소스코드 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 import sys loop = int(sys.stdin.readline()) result = [ [0]*i for i in range(1, loop+1)] index = 0 for n in range(loop): x = list(map(int, sys.stdin.readline().split())) if n == 0: result[0][0] = x[0] continue for i in range(len(x)): if i == 0: result[n][0] = result[n-1][0] + x[0] elif i == len(x)-1: result[n][i] = result[n-1][i-1] + x..
Seek/알고리즘 문제풀이
2019. 8. 30. 18:03
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python3
- baekjoon
- project facet
- Server runtime environment
- not supported
- session-timeout
- SESSION
- @Repository
- @ModelAttribute
- DP
- @Controller
- 다이나믹 프로그래밍
- 스택
- java
- Project facet Java version
- @Autowired
- @RequestParam
- 내장 객체
- @Component
- Stack
- 그리디
- Persistence
- tomcat
- angular
- 다이나믹 프로그램
- Project facet Java version 10 is not supported
- ConnectionPool
- @RequestMapping
- @Service
- java version
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함