We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb5f19 commit 07a6422Copy full SHA for 07a6422
1 file changed
김지호/6주차/260203.py
@@ -0,0 +1,5 @@
1
+N = int(input())
2
+for _ in range(N):
3
+ A,B = map(int,input().split(" "))
4
+ print(A+B)
5
+
0 commit comments