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
- 정렬
- Web
- Digital Forensics
- Python
- HackCTF
- Web Hacking
- Forensics
- MySQL
- 그리디 알고리즘
- xcz.kr
- Incognito
- misc
- N0Named
- cryptography
- Database
- php
- 문자열
- Text
- writeup
- Network
- wargame
- 사칙연산
- CTF
- 수학
- SuNiNaTas
- 백준
- 써니나타스
- 인코그니토
- C
- 구현
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 5717번 상근이의 친구들 본문
[Baekjoon/Python3] 5717번 상근이의 친구들
while True:
m, f = map(int, input().split())
if m == 0 and f == 0:
break
print(m + f)
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 5988번 홀수일까 짝수일까 (0) | 2020.12.05 |
---|---|
[Baekjoon/Python3] 5800번 성적 통계 (0) | 2020.12.05 |
[Baekjoon/Python3] 5622번 다이얼 (0) | 2020.12.05 |
[Baekjoon/Python3] 5596번 시험 점수 (0) | 2020.12.05 |
[Baekjoon/Python3] 5585번 거스름돈 (0) | 2020.12.05 |
Comments