We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d430f93 commit 18cb451Copy full SHA for 18cb451
codeUpPython/6015.py
@@ -0,0 +1,5 @@
1
+# 2024-08-16
2
+# https://codeup.kr/problem.php?id=6015
3
+a, b = input().split()
4
+print(int(a))
5
+print(int(b))
0 commit comments