Skip to content

Instantly share code, notes, and snippets.

@mandos1995
Created January 2, 2023 01:13
상수
let nums = readLine()!.split(separator: " ").map { Int(String($0.reversed()))! }
print(nums.max()!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment