You are viewing a single comment's thread. Return to all comments →
F#
stdin.ReadLine() let A = stdin.ReadLine().Split()|> Array.countBy id stdin.ReadLine() stdin.ReadLine().Split()|> Array.countBy id |> Array.except A |> Array.map fst |> Array.sort |> String.concat " " |> printfn "%s"
Seems like cookies are disabled on this browser, please enable them to open this website
Missing Numbers (FP)
You are viewing a single comment's thread. Return to all comments →
F#