Skip to content

Commit

Permalink
[BOJ] 10953
Browse files Browse the repository at this point in the history
  • Loading branch information
heerucan committed May 24, 2022
1 parent f5490a7 commit 0f6cb76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BOJ/10953.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# BOJ 브론즈2 10953
# 입출력

for i in range(int(input())):
print(sum(map(int, input().split(','))))
Empty file added BOJ/11718.py
Empty file.

0 comments on commit 0f6cb76

Please sign in to comment.