Result

ERROR

Code [DL]

extension String: CollectionType {}
print(readLine()!.split(" ").map { Int($0)! })

stdin

10 92 33
20 78 54
23 11 35
90 44 04

stdout

stderr

strace