Skip to content

Commit 18cb451

Browse files
authored
Create 6015.py
1 parent d430f93 commit 18cb451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codeUpPython/6015.py

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)