Moved kattis from Uni repo

This commit is contained in:
2023-12-01 13:35:13 +01:00
parent 28a6b807a3
commit aaa2c123b8
164 changed files with 3008 additions and 0 deletions

View File

@ -0,0 +1,4 @@
first = input().split("|")
second = input().split("|")
print(first[0] + second[0] + " " + first[1] + second[1])