Skip to content

Commit 38386b3

Browse files
committed
[#9] Feat: Add 큰 수 A+B
1 parent a15a1ae commit 38386b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

10757.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 큰 수 A+B
2+
A, B = map(int, input().split())
3+
print(A+B)

0 commit comments

Comments
 (0)