We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43450b2 commit d69e73aCopy full SHA for d69e73a
codeUpPython/6012.py
@@ -0,0 +1,6 @@
1
+# 2024-08-08
2
+# https://codeup.kr/problem.php?id=6012
3
+value1 = input()
4
+value2 = input()
5
+print(int(value1))
6
+print(int(value2))
0 commit comments