Submission #1841361


Source Code Expand

main = interact $ show . (!!1) . sort . map (read :: String -> Int) . words

Submission Info

Submission Time
Task A - 高橋くんと年齢
User amanuko
Language Haskell (GHC 7.10.3)
Score 0
Code Size 77 Byte
Status CE

Compile Error

Main.hs:1:34:
    Not in scope: ‘sort’
    Perhaps you meant ‘sqrt’ (imported from Prelude)