haju__log
[python][백준/BOJ] 10953번 : A+B-6 본문
반응형
https://www.acmicpc.net/problem/10953
t=int(input())
for _ in range(t):
a, b = map(int, input().split(","))
print(a+b)
반응형
'BOJ_백준' 카테고리의 다른 글
[python][백준/BOJ] 9653번 : 스타워즈 로고 (0) | 2023.03.04 |
---|---|
[python][백준/BOJ] 1764번 : 듣보잡 (0) | 2023.03.02 |
[python][백준/BOJ] 2475번 : 검증수 (0) | 2023.03.02 |
[python][백준/BOJ] 2566번 : 최댓값 (1) | 2023.02.28 |
[python][백준/BOJ] 2738번 : 행렬 덧셈 (0) | 2023.02.28 |