haju__log
[python][백준/BOJ] 5717번 : 상근이의 친구들 본문
반응형
https://www.acmicpc.net/problem/5717
while 1 :
m,f=map(int,input().split())
if m==0 and f==0:
break
print(m+f)
반응형
'BOJ_백준' 카테고리의 다른 글
[python][백준/BOJ] 7567번 : 그릇 (0) | 2023.03.08 |
---|---|
[python][백준/BOJ] 2754번 : 학점계산 (0) | 2023.03.07 |
[python][백준/BOJ] 10886번 : 0 = not cute / 1 = cute (0) | 2023.03.07 |
[python][백준/BOJ] 10817번 : 세 수 (0) | 2023.03.07 |
[python][백준/BOJ] 10156번 : 과자 (0) | 2023.03.07 |