We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15a1ae commit 38386b3Copy full SHA for 38386b3
10757.py
@@ -0,0 +1,3 @@
1
+# 큰 수 A+B
2
+A, B = map(int, input().split())
3
+print(A+B)
0 commit comments