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 | 31 |
Tags
- CTF
- xcz.kr
- MySQL
- Database
- Text
- Digital Forensics
- 백준
- 사칙연산
- Network
- Forensics
- 인코그니토
- C
- php
- cryptography
- writeup
- Web
- 정렬
- Incognito
- wargame
- 수학
- Web Hacking
- N0Named
- 구현
- 문자열
- SuNiNaTas
- 써니나타스
- Python
- 그리디 알고리즘
- misc
- HackCTF
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 2455번 지능형 기차 본문
[Baekjoon/Python3] 2455번 지능형 기차
nums = []
total = 0
for i in range(4):
a, b = map(int, input().split())
total += b - a
nums.append(total)
print(max(nums))
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 2475번 검증수 (0) | 2020.12.03 |
---|---|
[Baekjoon/Python3] 2460번 지능형 기차 2 (0) | 2020.12.03 |
[Baekjoon/Python3] 2446번 별 찍기 - 9 (0) | 2020.12.03 |
[Baekjoon/Python3] 2445번 별 찍기 - 8 (0) | 2020.12.03 |
[Baekjoon/Python3] 2444번 별 찍기 - 7 (0) | 2020.12.03 |
Comments