Moved kattis from Uni repo
This commit is contained in:
4
kattis/problems/11_11_23/ekkidaudi/main.py
Normal file
4
kattis/problems/11_11_23/ekkidaudi/main.py
Normal file
@ -0,0 +1,4 @@
|
||||
first = input().split("|")
|
||||
second = input().split("|")
|
||||
|
||||
print(first[0] + second[0] + " " + first[1] + second[1])
|
Reference in New Issue
Block a user